Category: SQL Server
SQL Server Error Code – 46827 the option ‘%ls’ must be turned on to ex
In this blog post, you’ll learn more about the SQL Server Error Code 46827 and the error message description that is shown SQL Server Error Code 46827 SQL Server Error Description for the Code :46827 The option ‘%ls’ must be turned ON to execute queries referencing external tables.
SQL Server Error Code – 7666 user does not have permission to perform
In this blog post, you’ll learn more about the SQL Server Error Code 7666 and the error message description that is shown SQL Server Error Code 7666 SQL Server Error Description for the Code :7666 User does not have permission to perform this action.
SQL Server Error Code – 40869 the dtu max per database (%d) for the el
In this blog post, you’ll learn more about the SQL Server Error Code 40869 and the error message description that is shown SQL Server Error Code 40869 SQL Server Error Description for the Code :40869 The DTU max per database (%d) for the elastic pool does not belong to the specified values for service tier ‘%.*ls’.
SQL Server Error Code – 47143 option ‘reuse_system_databases’ is inval
In this blog post, you’ll learn more about the SQL Server Error Code 47143 and the error message description that is shown SQL Server Error Code 47143 SQL Server Error Description for the Code :47143 Option ‘reuse_system_databases’ is invalid for creating availability group ‘%.*ls’. Option ‘reuse_system_databases’ can only be used with contained availability group. Correct the option and retry the operation.
SQL Server Error Code – 2585 cannot find partition number %ld for tab
In this blog post, you’ll learn more about the SQL Server Error Code 2585 and the error message description that is shown SQL Server Error Code 2585 SQL Server Error Description for the Code :2585 Cannot find partition number %ld for table ?%.*ls?.
SQL Server Error Code – 5060 nonqualified transactions are being roll
In this blog post, you’ll learn more about the SQL Server Error Code 5060 and the error message description that is shown SQL Server Error Code 5060 SQL Server Error Description for the Code :5060 Nonqualified transactions are being rolled back. Estimated rollback completion: %d%%.
SQL Server Error Code – 6288 alter assembly has marked data as unchec
In this blog post, you’ll learn more about the SQL Server Error Code 6288 and the error message description that is shown SQL Server Error Code 6288 SQL Server Error Description for the Code :6288 ALTER ASSEMBLY has marked data as unchecked in one or more objects in database “%.*ls”. Refer to column “has_unchecked_assembly_data” from system views “sys.tables” and “sys.views” to locate all such objects.
SQL Server Error Code – 40583 federation member does not exist for the
In this blog post, you’ll learn more about the SQL Server Error Code 40583 and the error message description that is shown SQL Server Error Code 40583 SQL Server Error Description for the Code :40583 Federation member does not exist for the given member id and federation root
SQL Server Error Code – 7802 functions that have a return type of “%.
In this blog post, you’ll learn more about the SQL Server Error Code 7802 and the error message description that is shown SQL Server Error Code 7802 SQL Server Error Description for the Code :7802 Functions that have a return type of “%.*ls” are unsupported through SOAP invocation.
SQL Server Error Code – 14114 the server ‘%s’ is not configured as a d
In this blog post, you’ll learn more about the SQL Server Error Code 14114 and the error message description that is shown SQL Server Error Code 14114 SQL Server Error Description for the Code :14114 The server ‘%s’ is not configured as a Distributor.
SQL Server Error Code – 46719 attempt to reset connection with ‘keep t
In this blog post, you’ll learn more about the SQL Server Error Code 46719 and the error message description that is shown SQL Server Error Code 46719 SQL Server Error Description for the Code :46719 Attempt to reset connection with ‘Keep Transaction’ failed because the incoming request was not a commit/rollback request. This error can occur if more than one SqlConnection is used within the…
SQL Server Error Code – 10769 set options are not supported inside ato
In this blog post, you’ll learn more about the SQL Server Error Code 10769 and the error message description that is shown SQL Server Error Code 10769 SQL Server Error Description for the Code :10769 SET options are not supported inside ATOMIC blocks.
SQL Server Error Code – 14286 cannot add a multiserver job to a local
In this blog post, you’ll learn more about the SQL Server Error Code 14286 and the error message description that is shown SQL Server Error Code 14286 SQL Server Error Description for the Code :14286 Cannot add a multiserver job to a local job category.
SQL Server Error Code – 21362 merge filter ‘%s’ does not exist.
In this blog post, you’ll learn more about the SQL Server Error Code 21362 and the error message description that is shown SQL Server Error Code 21362 SQL Server Error Description for the Code :21362 Merge filter ‘%s’ does not exist.
SQL Server Error Code – 25705 the event session has already been start
In this blog post, you’ll learn more about the SQL Server Error Code 25705 and the error message description that is shown SQL Server Error Code 25705 SQL Server Error Description for the Code :25705 The event session has already been started.
SQL Server Error Code – 13520 setting system_versioning to on failed b
In this blog post, you’ll learn more about the SQL Server Error Code 13520 and the error message description that is shown SQL Server Error Code 13520 SQL Server Error Description for the Code :13520 Setting SYSTEM_VERSIONING to ON failed because history table ‘%.*ls’ is not available or it is placed on a read-only file group.
SQL Server Error Code – 7714 partition range value is missing.
In this blog post, you’ll learn more about the SQL Server Error Code 7714 and the error message description that is shown SQL Server Error Code 7714 SQL Server Error Description for the Code :7714 Partition range value is missing.
SQL Server Error Code – 13331 external language
In this blog post, you’ll learn more about the SQL Server Error Code 13331 and the error message description that is shown SQL Server Error Code 13331 SQL Server Error Description for the Code :13331 external language
SQL Server Error Code – 40712 invalid usage of %.*ls.
In this blog post, you’ll learn more about the SQL Server Error Code 40712 and the error message description that is shown SQL Server Error Code 40712 SQL Server Error Description for the Code :40712 Invalid usage of %.*ls.
SQL Server – Saving changes is not permitted. The changes you have made require the following tables to be dropped...
There are times when you get an error stating “Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can’t be re-created or enabled the option Prevent saving changes that require the table to be re-created.” You can easily resolve this issue by following the steps mentioned…