SQL Server 2016

  1. Database mirroring is starting %1!s! parallel redo thread(s) with database '%2!s!' as the mirror copy. This is an informational ...
  2. Database Mirroring Monitor connects to the following server instances using the indicated credentials to retrieve the status ...
  3. Database Mirroring Monitor is currently managing a connection to server instance '{0}' with different credentials than those ...
  4. Database Mirroring Monitor will automatically try to connect to the partners of the selected databases. Use the Manage Server ...
  5. Database mirroring was unable to obtain the network hostname. Operating system error %1!s! encountered. Verify the network ...
  6. Database mirroring will be suspended. Server instance '%1!s!' encountered error %2!s!, state %3!s!, severity %4!s! when it ...
  7. Database property 'IsRecursiveTriggersEnabled' has to be false for subscription databases at Subscribers that allow updatable ...
  8. Database was restored: Database: %1!s!, creation date(time): %2!s!(%3!s!), first LSN: %4!s!, last LSN: %5!s!, number of dump ...
  9. Database {0} is not marked as TRUSTWORTHY. It cannot send messages to services in another database on the same instance using ...
  10. Database {0} is required to have the TRUSTWORTHY option set to deliver messages to a different database if no dialog security ...
  11. Database {0}].[{1} is configured as a secondary database in a log shipping configuration for primary database {2}].[{3}]. ...
  12. DataFlow: %1!s! %2!s! Source: %7!s! %8!s! Component "%3!s!" (%4!d!) was given end of rowset on input "%5!s!" (%6!d!) End ...
  13. DataFlow: %1!s! %2!s! Source: %8!s! %9!s! Component "%3!s!" (%4!d!) has received a total of %5!d! rows on input "%6!s!" (%7!d!) ...
  14. DataFlow: %1!s! %2!s! Source: %8!s! %9!s! Component "%3!s!" (%4!d!) will receive %5!d! rows on input "%6!s!" (%7!d!) End ...
  15. DataGridColumn with Header '{0}' already exists in the Columns collection of a DataGrid. DataGrids cannot share columns and ...
  16. DatasourceId '%{datasourceid/}' specified in Synchronize command doesn't exist in synced datasource. Specify correct datasource ...
  17. DataSourcePermission object is not supported for Business Intelligence Semantic Model databases running on an Analysis Services ...
  18. DataType descriptor in the descriptor file on path {0} is invalid. The schema table does not contain a column with the name ...
  19. Datavalue is invalid in the ORDER BY clause because it is not contained in either the select or the GROUP BY clause when ...
  20. Date and time data from January 1, 1753, through December 31, 9999, with an accuracy of three-hundredths of a second or 3.33 ...
  21. Date and time instant from January 1, 1 A.D., through December 31, 9999 in the coordinated universal time (UTC), or Greenwich ...
  22. Date instant without the hour, minute and second time components from January 1, 1 A.D., through December 31, 9999 with an ...
  23. Datepart - Is the parameter that specifies on which part of the date to return a new value. Some of the supported types are ...
  24. Datepart - Is the parameter that specifies the part of the date to return. Some of the supported types are year(yy, yyyy), ...
  25. DAX calculations on session and global scopes are not supported for multidimensional models. Please contact your administrator ...
  26. DAX comparison operations do not support comparing values of type %{type1/} with values of type %{type2/}. Consider using ...
  27. DAX expressions that return Boolean values. Only rows that match the specified filters are visible to users in this role. ...
  28. DAX filters are not supported for models in DirectQuery mode when set to compatibility level 1103 and below. Filters for ...
  29. DAX measures are supported only when Analysis Services is in Tabular mode, or when it is defined within an Evaluate DAX statement ...
  30. DAX queries aren't allowed on this multidimensional model because the default member of '%{CubeDim/}'.'%{Attr/}' is a calculated ...
  31. DBCC %1!s! is performing an exhaustive search of %2!s! indexes for possible inconsistencies. This is an informational message ...
  32. DBCC CHECK cannot proceed on database %1!s! because it is a Secondary Replica and either Snapshot creation failed or the ...
  33. DBCC CHECKCONSTRAINTS failed due to an internal query error. Please run DBCC CHECKDATABASE to ensure your data consistency. ...
  34. DBCC CHECKDB will not check SQL Server catalog or Service Broker consistency because a database snapshot could not be created ...
  35. DBCC cross-rowset check failed for object '%1!s!' (object ID %2!s!) due to internal query error %3!s!, severity %4!s!, state ...
  36. DBCC DBREINDEX failed because specifying FILLFACTOR is not allowed when creating or rebuilding a columnstore index. Rebuild ...
  37. DBCC encountered a page with an LSN greater than the current end of log LSN %1!s! for its internal database snapshot. Could ...
  38. DBCC PDW_SHOWEXECUTIONPLAN could not complete because the node ({0}) does not exists or is no longer active. Resubmit request ...
  39. DBCC SHRINKDATABASE for database ID %1!s! is waiting for the snapshot transaction with timestamp %2!s! and other snapshot ...
  40. DBCC SHRINKDATABASE: File ID %1!s! of database ID %2!s! was skipped because the file does not have enough free space to reclaim. ...
  41. DBCC SHRINKDATABASE: File ID %1!s! of database ID %2!s! was skipped because trying to adjust the space allocation for the ...
  42. DBCC SHRINKFILE for file ID %1!s! is waiting for the snapshot transaction with timestamp %2!s! and other snapshot transactions ...
  43. DDL replication failed to refresh custom procedures, please run "exec sp_register_custom_scripting 'CUSTOM_SCRIPT', your_script, ...
  44. DDL replication is forcing reinitialization because either publication'%1!s!' uses character mode bcp, or timestamp/identity ...
  45. Deactivation is not supported on databases part of servers in global transaction partnership: Server '%1!s!', Database '%2!s!' ...
  46. Declarations do not match for parameter %1!s!. .NET Framework reference and T-SQL OUTPUT parameter declarations must match. ...
  47. Decompression failed because the number of bytes decompressed was greater than the number of bytes that was left to decompress. ...
  48. Decompression of data failed. Compressed data size: {0}. Expected decompressed data size: {1}. Actual decompressed data size: ...
  49. Dedicated admin connection support was not started because of error 1!s!, status code: 2!s!. This error typically indicates ...
  50. Dedicated administrator connection has been disconnected. This is an informational message only. No user action is required. ...
  51. Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want ...
  52. Default deadlock priority cannot be set to a value greater than 0 on the connection to '{0}' because only SQL Server 2005 ...
  53. Default permissions for the operation cannot be granted to the user. Make sure that the user can be assigned these permissions. ...
  54. Default permissions for the project cannot be granted to the user. Make sure that the user can be assigned these permissions. ...
  55. Default value ({0}) is not compatible with the facets specified for Decimal. The value must be a decimal number with scale ...
  56. Default value ({0}) is not valid for Binary. Value must be of form 0x123 where 123 stands for a non-empty sequence of hex ...
  57. Default value ({0}) is not valid for GUID. The value must be enclosed in single quotes in the form 'dddddddd-dddd-dddd-dddd-dddddddddddd'. ...
  58. Define a dimension based on one or more dimension tables. The structure of the data defines the attributes and hierarchies ...
  59. Define a dimension based on one or more dimension tables. You define the key attribute and select other attributes to include ...
  60. Define the settings that can be applied to all selected table transfers. Drop and re-create new destination tables means ...
  61. Defines a measure of economic performance that is based on the enterprise's net profits less a deduction for the consumption ...
  62. Defines configuration settings for Microsoft Bing Maps Web Services that provides a tile background for map report items. ...
  63. Defines how values are presented to end user: user types value, selects value from small drop down list, or selects from ...
  64. Defines the preferred number of characters in the legend text after which it will wrap. Set this property to zero to disable ...
  65. Definition of the function '{0}' contains a direct or indirect reference to itself. Recursive function definitions are not ...
  66. DefinitionType property on relationship should always be set to 'Identity'. Please check the relationship with id: '%{relId/}' ...
  67. DELETE is not allowed because the statement updates view "%1!s!" which participates in a join and has an INSTEAD OF DELETE ...
  68. Delete Propagation is not due to be run on this database at this time. Delete Propagation needs to be run once per delete_scan_period. ...
  69. Delete reports, models, folders, resources, shared data sources, and other documents from a document library, delete items ...
  70. Delete the key along with all encrypted data stored in the report server, including connection strings, stored credentials, ...
  71. Delete the key along with all encrypted data stored in the report server, including connection strings, stored credentials, ...
  72. Delete this subscription from the subscription database. This action does not delete the replicated data; however, the data ...
  73. Deletes the case data from the model but leaves the model structure intact and does not affect the training data in the structure. ...
  74. Deletes the training cases from a mining model and the associated mining structure, but leaves the definition of the model ...
  75. Deletes training cases from a mining structure, but leaves the definition of the structure unchanged, and does not delete ...