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 […]
↧