Tag: MS SQL Server Error Codes

SQL Server Error Code – 5581 filestream feature has been disabled. re

In this blog post, you’ll learn more about the SQL Server Error Code 5581 and the error message description that is shown SQL Server Error Code 5581 SQL Server Error Description for the Code :5581 FILESTREAM feature has been disabled. Restart the instance of SQL Server for the settings to fully take effect. If you have data in FILESTREAM columns, it will not be accessible…

SQL Server Error Code – 22527 invalid value specified for %s. valid va

In this blog post, you’ll learn more about the SQL Server Error Code 22527 and the error message description that is shown SQL Server Error Code 22527 SQL Server Error Description for the Code :22527 Invalid value specified for %s. Valid values are ‘day’, ‘days’, ‘dd’, ‘year’, ‘years’, ‘yy’, ‘yyyy’, ‘month’, ‘months’, ‘mm’, ‘week’, ‘weeks’, ‘wk’, ‘hour’, ‘hours’, ‘hh’, ‘minute’, ‘minutes’, ‘mi’.

SQL Server Error Code – 22960 change data capture instance ‘%s’ has no

In this blog post, you’ll learn more about the SQL Server Error Code 22960 and the error message description that is shown SQL Server Error Code 22960 SQL Server Error Description for the Code :22960 Change data capture instance ‘%s’ has not been enabled for the source table ‘%s.%s’. Use sys.sp_cdc_help_change_data_capture to verify the capture instance name and retry the operation.

SQL Server Error Code – 961 warning: index ?%.*ls? (index_id = %d) o

In this blog post, you’ll learn more about the SQL Server Error Code 961 and the error message description that is shown SQL Server Error Code 961 SQL Server Error Description for the Code :961 Warning: Index ?%.*ls? (index_id = %d) on object ID %d in database ?%.*ls? was renamed to ?%.*ls? because its name is a duplicate of another index on the same object.

SQL Server Error Code – 1957 cannot create %s_msg on view ?%.*ls? bec

In this blog post, you’ll learn more about the SQL Server Error Code 1957 and the error message description that is shown SQL Server Error Code 1957 SQL Server Error Description for the Code :1957 Cannot create %S_MSG on view ?%.*ls? because view uses imprecise user-defined function ?%.*ls?. Consider removing reference to function or altering it to be precise.

SQL Server Error Code – 8683 could not force query plan because xml s

In this blog post, you’ll learn more about the SQL Server Error Code 8683 and the error message description that is shown SQL Server Error Code 8683 SQL Server Error Description for the Code :8683 Could not force query plan because XML showplan provided in USE PLAN hint contains invalid Star Join specification. Consider specifying a USE PLAN hint that contains an unmodified XML showplan…