SQL ERROR LINE

SQL ERROR LINE is one of the SQL System Function which will return the line number at which the error has occurred. This ERROR LINE function works within the scope of a TRY CATCH block. For example, we write a series of statements inside the TRY block. If the server finds an error, then SQL ERROR_LINE() inside … Read more