HomeSQL ServerPage 533

SQL Server

Showing 10641 - 10660 of 14077 results
In this blog post, let’s learn about the error message “20503 – Invalid ‘%s’ value in ‘%s’. The publication is...
In this blog post, let’s learn about the error message “28101 – User ‘%.*ls\%.*ls’ does not have permission to debug...
In this blog post, let’s learn about the error message “14398 – Only members of sysadmin server role can create...
In this blog post, let’s learn about the error message “8551 – CoCreateGuid failed: %ls.” in Microsoft SQL Server, the...
In this blog post, let’s learn about the error message “14519 – Only one of @login_name, @fixed_server_role, or @msdb_role should...
In this blog post, let’s learn about the error message “21654 – The data type %s does not exist. Verify...
In this blog post, let’s learn about the error message “15411 – Database principal or schema ‘%s’ does not exist...
In this blog post, let’s learn about the error message “14698 – PowerShell Subsystem” in Microsoft SQL Server, the reason...
In this blog post, let’s learn about the error message “3144 – File ‘%.*ls’ was not backed up in file...
In this blog post, let’s learn about the error message “7355 – The OLE DB provider “%ls” for linked server...
In this blog post, let’s learn about the error message “1760 – Constraints of type %ls cannot be created on...
In this blog post, let’s learn about the error message “9613 – The queue ‘%.*ls’ cannot be activated because the...
In this blog post, let’s learn about the error message “15012 – The device ‘%s’ does not exist. Use sys.backup_devices...
In this blog post, let’s learn about the error message “9430 – XML parsing: line %d, character %d, incorrect NOTATION...
In this blog post, let’s learn about the error message “8904 – Extent %S_PGID in database ID %d is allocated...
In this blog post, let’s learn about the error message “8985 – Could not locate file ‘%.*ls’ for database ‘%.*ls’...

SQL Server Error Msg 31202 – Reconfiguring the search property list of the full-text index has truncated the existing data in the index. Until the full-text index has been fully repopulated, full-text queries will return partial results. The ALTER FULLTEXT INDEX SET SEARCH PROPERTY LIST …; statement automatically issues a full population, but if the ALTER FULLTEXT INDEX statement specified the WITH NO POPULATION clause, you must run a full population on the full-text index using ALTER FULLTEXT INDEX ON
START FULL POPULATION;. This is a warning.
In this blog post, let’s learn about the error message “31202 – Reconfiguring the search property list of the full-text...