ERROR_SEVERITY_UDF
Definition
This user-defined function (UDF) gets a value indicating the severity of an error. The default value will always be 16.
Parameters
No input parameters.
Returns
Returns a string
with the value associated with the SQL variable name ERROR_SEVERITY
.
Usage example
Input:
Output:
Last updated