Search results
28 wrz 2009 · You can also execute scalar functions with the EXEC statement. In this case, execution continues if an error occurs (unless it is a batch-aborting error). @@error is set, and you can check the value of @@error within the function. It can be problematic to communicate the error to the caller though.
Consult this SQL Server error code list (between 0 and 999) to find explanations for error messages for SQL Server database engine events.
12 wrz 2022 · Learn how to build conditional logic when writing SQL code using IF, BEGIN, END, ELSE, and ELSEIF logic.
2 kwi 2014 · In this article, we are going to describe some of the most common SQL syntax errors, and explains how you can resolve these errors.
18 cze 2019 · Proper formatting helps your SQL code be easier to read and helps prevent errors when making changes to your code. In this article I presented some of the rules recommended by experts which help you in writing clearer code.
Consult this SQL Server error code list (between 11000 and 12999) to find explanations for error messages for SQL Server database engine events.
3 wrz 2021 · Article explains what SQL error code is, what types of errors there are, why they happen, how they are sandboxed and studied.