Tag: sql errors

How to Read and Interpret SQL Errors

Troubleshooting Issues

Error codes in SQL are generated by the server to provide information about what has gone wrong....
Read More

SQL Server RAISERROR Statement with Simple Examples

Database administration, Database development, Stored Procedures, Troubleshooting Issues

The SQL RAISERROR statement is used to send a custom message to the client application. It also can be used to debug the application and...
Read More

FLOAT Data Type in SQL Server: A Practical Guide to Prevent Unexpected Mathematical Errors

Database administration, Work with data

Have you ever thought that SQL can be wrong in math? It sounds crazy. But if you’ve used the SQL FLOAT data type, you may have come...
Read More

Implementing Error and Transactions Handling in SQL Server

Database administration, Troubleshooting Issues

Introduction No matter how hard we try to design and develop applications, errors will always...
Read More
Close