Tag: Handling

Integrate Transactions and Error Handling in SQL Server


Free Download Integrate Transactions and Error Handling in SQL Server
Chris Behrens | Duration: 0:30 h | Video: H264 1280×720 | Audio: AAC 48 kHz 2ch | 80 MB | Language: English
Transactions are great, but sometimes you need something more than total success or total failure. This course will teach you how to implement error handling to create sophisticated error handling flows.
What you’ll learn
Transactions help you manage the state of an operation, but don’t provide for complex flows beyond mere success or failure. In this course, Integrate Transactions and Error Handling in SQL Server, you’ll gain the ability to implement error handling to create sophisticated error handling flows. First, you’ll explore error handling for batch imports. Next, you’ll discover how to use error handling to support a complex update. Finally, you’ll learn how to manage schema updates in a way that allows reversion or continuing the process. When you’re finished with this course, you’ll have the skills and knowledge of integrating error handling and transactions needed to structure your SQL workflows in a robust and recoverable way.

(more…)

Mastering C++ Exception Handling


Free Download Mastering C++ Exception Handling
Released: 04/2024
Duration: 1h 29m | .MP4 1280×720, 30 fps(r) | AAC, 48000 Hz, 2ch | 178 MB
Level: Intermediate | Genre: eLearning | Language: English
Bug fixing in code can start off rather simple, with obvious and recurring bugs easy to identify and root out. But eventually the bugs become harder to find and more difficult to fix. Instead of searching out errors one by one, getting to the root of the problem by enhancing your exception handling can turn your code base from chaos to clarity.

(more…)

Exception Handling Fundamentals and Programming


Free Download Exception Handling: Fundamentals and Programming by Pedro Mejia Alvarez , Raul E. Gonzalez Torres , Susana Ortega Cisneros
English | PDF (True) | 2024 | 121 Pages | ISBN : 3031506804 | 1.6 MB
This book presents the fundamentals of exception handling with examples written in C++ and Python. Starting with its history and evolution, it explores the many facets of exception handling, such as its syntax, semantics, challenges, best practices, and implementation patterns.

(more…)