Category: SQL Server
Using Where clause in T-SQL Query
If you want to restrict the results of the query to only the records that you need instead of returning all the records from the table , you can use the WHERE clause to filter the records. You can simply specify the WHERE clause and also specify the conditions that the rows must meet. How to Filter records using WHERE clause in SQL Server ?…
SQL Server Error Code – 16115 ‘%.*ls’ option’s value must be provided
In this blog post, you’ll learn more about the SQL Server Error Code 16115 and the error message description that is shown SQL Server Error Code 16115 SQL Server Error Description for the Code :16115 ‘%.*ls’ option’s value must be provided as string.
SQL Server Error Code – 20535 removes replication agent history from t
In this blog post, you’ll learn more about the SQL Server Error Code 20535 and the error message description that is shown SQL Server Error Code 20535 SQL Server Error Description for the Code :20535 Removes replication agent history from the distribution database.
SQL Server Error Code – 3422 database %ls was shutdown due to error %
In this blog post, you’ll learn more about the SQL Server Error Code 3422 and the error message description that is shown SQL Server Error Code 3422 SQL Server Error Description for the Code :3422 Database %ls was shutdown due to error %d in routine ?%hs?. Restart for non-snapshot databases will be attempted after all connections to the database are aborted.
SQL Server Error Code – 7946 – extents scanned…………………………: %i64d
In this blog post, you’ll learn more about the SQL Server Error Code 7946 and the error message description that is shown SQL Server Error Code 7946 SQL Server Error Description for the Code :7946 – Extents Scanned…………………………: %I64d
SQL Server Error Code – 13043 identifier
In this blog post, you’ll learn more about the SQL Server Error Code 13043 and the error message description that is shown SQL Server Error Code 13043 SQL Server Error Description for the Code :13043 identifier
SQL Server Error Code – 30129 ‘%s’ in only allowed in matrix mode.
In this blog post, you’ll learn more about the SQL Server Error Code 30129 and the error message description that is shown SQL Server Error Code 30129 SQL Server Error Description for the Code :30129 ‘%s’ in only allowed in matrix mode.
SQL Server Error Code – 8487 the remote service contract has been dro
In this blog post, you’ll learn more about the SQL Server Error Code 8487 and the error message description that is shown SQL Server Error Code 8487 SQL Server Error Description for the Code :8487 The remote service contract has been dropped.
SQL Server Error Code – 101 query not allowed in waitfor.
In this blog post, you’ll learn more about the SQL Server Error Code 101 and the error message description that is shown SQL Server Error Code 101 SQL Server Error Description for the Code :101 Query not allowed in Waitfor.
SQL Server Error Code – 7899 the return value uses a data type not su
In this blog post, you’ll learn more about the SQL Server Error Code 7899 and the error message description that is shown SQL Server Error Code 7899 SQL Server Error Description for the Code :7899 The return value uses a data type not supported by SOAP. SOAP only supports data types supported in SQL Server 2005 or earlier.
SQL Server Error Code – 20571 reinitializes all subscriptions that hav
In this blog post, you’ll learn more about the SQL Server Error Code 20571 and the error message description that is shown SQL Server Error Code 20571 SQL Server Error Description for the Code :20571 Reinitializes all subscriptions that have data validation failures.
SQL Server Error Code – 33181 the new owner cannot be azure active dir
In this blog post, you’ll learn more about the SQL Server Error Code 33181 and the error message description that is shown SQL Server Error Code 33181 SQL Server Error Description for the Code :33181 The new owner cannot be Azure Active Directory group.
SQL Server Error Code – 27006 deleted more than one rid from ridlist d
In this blog post, you’ll learn more about the SQL Server Error Code 27006 and the error message description that is shown SQL Server Error Code 27006 SQL Server Error Description for the Code :27006 Deleted more than one rid from ridlist during delete operation. Error Tolerant Index is corrupt.
SQL Server Error Code – 29103 tcma is shutting down since it encounter
In this blog post, you’ll learn more about the SQL Server Error Code 29103 and the error message description that is shown SQL Server Error Code 29103 SQL Server Error Description for the Code :29103 TCMA is shutting down since it encountered fatal error %d, state %d, severity %d
SQL Server Error Code – 8429 the conversation endpoint is not in a va
In this blog post, you’ll learn more about the SQL Server Error Code 8429 and the error message description that is shown SQL Server Error Code 8429 SQL Server Error Description for the Code :8429 The conversation endpoint is not in a valid state for SEND. The current endpoint state is ‘%ls’.
SQL Server Error Code – 9908 changing the status to %ls for full-text
In this blog post, you’ll learn more about the SQL Server Error Code 9908 and the error message description that is shown SQL Server Error Code 9908 SQL Server Error Description for the Code :9908 Changing the status to %ls for full-text catalog ‘%ls’ (%d) in database ‘%ls’ (%d). This is an informational message only. No user action is required.
Using FETCH and OFFSET to get N records in SQL Server
In SQL Server , you can use the OFFSET and FETCH and apply paging and retreive N records at a time. OFFSET AND FETCH clause are part of the ORDER BY clause and hence you must include the ORDER BY clause. For example , you might want to skip the first 4 records and retrieve 5 records from the query , you could use the…
SQL Server Error Code – 4004 unicode data in a unicode-only collation
In this blog post, you’ll learn more about the SQL Server Error Code 4004 and the error message description that is shown SQL Server Error Code 4004 SQL Server Error Description for the Code :4004 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.
SQL Server Error Code – 7847 xml data was found in the parameter ‘%.*
In this blog post, you’ll learn more about the SQL Server Error Code 7847 and the error message description that is shown SQL Server Error Code 7847 SQL Server Error Description for the Code :7847 XML data was found in the parameter ‘%.*ls’ which is not an XML parameter. Please entitize any invalid XML character data in this parameter, or pass the parameter in typed…
SQL Server Error Code – 8019 the incoming tabular data stream (tds) r
In this blog post, you’ll learn more about the SQL Server Error Code 8019 and the error message description that is shown SQL Server Error Code 8019 SQL Server Error Description for the Code :8019 The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type “0x%02X” (CLR type) has an invalid user type specified.