Category: SQL Server

SQL Server Error Code – 30084 the full-text index cannot be created be

In this blog post, you’ll learn more about the SQL Server Error Code 30084 and the error message description that is shown SQL Server Error Code 30084 SQL Server Error Description for the Code :30084 The full-text index cannot be created because filegroup ‘%.*ls’ does not exist or the filegroup name is incorrectly specified. Specify a valid filegroup name.

SQL Server Error Code – 35349 truncate table statement failed because

In this blog post, you’ll learn more about the SQL Server Error Code 35349 and the error message description that is shown SQL Server Error Code 35349 SQL Server Error Description for the Code :35349 TRUNCATE TABLE statement failed because table ‘%.*ls’ has a columnstore index on it. A table with a columnstore index cannot be truncated. Consider dropping the columnstore index then truncating the…

SQL Server Error Code – 35268 synchronization of a secondary database,

In this blog post, you’ll learn more about the SQL Server Error Code 35268 and the error message description that is shown SQL Server Error Code 35268 SQL Server Error Description for the Code :35268 Synchronization of a secondary database, ‘%.*ls’, was interrupted, leaving the database in an inconsistent state. The database will enter the RESTORING state. To complete recovery and bring the database online,…