Microsoft SQL Server

Microsoft SQL Server is a relational database management system developed by Microsoft.

Vendor Microsoft
Category Relational Databases
Platforms windows linux
📊
13072
Total Errors
Browse All Errors →
102 Error

Incorrect syntax near '%.*ls'.

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

Incorrect syntax near '%.*ls', expected '%.*ls'.

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

Unclosed quotation mark after the character string '%.*ls'.

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

Invalid object name '%.*ls'.

SQL Server Error 208

SQL Server error 208 indicates that the database engine cannot find the specified object (table, view, stored procedu...

2601 Error

Cannot insert duplicate key row in object '%.*ls' with unique index '%.*ls'. The duplicate key va...

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

%ls permission denied in database '%.*ls'.

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

Violation of %ls constraint '%.*ls'. Cannot insert duplicate key in object '%.*ls'. The duplicate...

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

Object '%.*ls' cannot be found.

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

Cannot insert the value NULL into column '%.*ls', table '%.*ls'; column does not allow nulls. %ls...

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

Cannot convert data type %ls to %ls.

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...