Quantcast
Channel: SQL Developers » SQL Basics
Viewing all articles
Browse latest Browse all 5

Using Raise Error in SQL Server Error Handling

$
0
0
When developing codes in SQL Server using Tsql, one has to use error handling mechanism, SQL Server has its own Error Handling mechanism where @@Error is used to trap the errors and we can get the Error Message for that error. RAISERROR allows developers to produce our own error message when running our Query or […]

Viewing all articles
Browse latest Browse all 5

Trending Articles