Implement error handling with Transact-SQL
Transact-SQL is a powerful declarative language that lets you explore and manipulate your database. As the complexity of your programs increase, so does the risk of errors occurring.
Raise errors using the RAISERROR statement., Raise errors using the THROW statement., Use the @@ERROR system variable., Create custom errors., Create alerts that fire when errors occur.
Prerequisites
Before starting this module, you should have experience of programming with Transact-SQL.
There are no reviews yet.