Microsoft SQL Server
Microsoft SQL Server is a relational database management system developed by Microsoft.
Common Errors
View all 13072 errors →102
Error
SQL Server Syntax Error
Error 102 in SQL Server indicates a syntax error in your SQL query. This usually occurs when the database engine enco...
1035
Error
SQL Error 1035: Syntax Error
SQL Server error 1035 indicates a syntax error in your SQL query. This error arises when the parser encounters an une...
105
Error
SQL Server Error 105
SQL Server Error 105 indicates an unclosed quotation mark within a SQL statement. This typically occurs when a string...
208
Error
SQL Server Error 208
SQL Server error 208 indicates that the database engine cannot find the specified object (table, view, stored procedu...
2601
Error
SQL Server Duplicate Key
This error indicates an attempt to insert a duplicate value into a column with a unique index or constraint. It typic...
262
Error
SQL Server Permission Denied
Error 262 indicates that a user or process lacks the necessary permission to perform a specific action within a datab...
2627
Error
SQL Server Duplicate Key Violation
Error 2627 indicates a violation of a unique constraint or primary key constraint in a SQL Server database. This erro...
267
Error
SQL Server Object Not Found
SQL Server Error 267 indicates that the database engine cannot locate a specified object. This typically occurs when ...
515
Error
SQL Server Error 515: Null Insertion Failed
SQL Server Error 515 indicates an attempt to insert a NULL value into a column that is defined as NOT NULL. This typi...
518
Error
SQL Server: Data Conversion
SQL Server Error 518 indicates a failed attempt to convert data from one data type to another. This error typically a...