Category: SQL Server

SQL Server Error Code – 21581 article “%s” in publication “%s” does no

In this blog post, you’ll learn more about the SQL Server Error Code 21581 and the error message description that is shown SQL Server Error Code 21581 SQL Server Error Description for the Code :21581 Article “%s” in publication “%s” does not qualify for the partition option that you specified. You cannot specify a value of  2 or 3 (nonoverlapping partitions) for the @partition_options parameter…

Alias Names for Tables in SQL Query

There are times when you write query and end up qualifying the columns references by indicating the table name. For example , In the above query , the Department table is referred in the GroupName and Name column. Instead of mentioning the table table , we could provide a shortname or alias name for the table and use the alias name instead. The full use…

SQL Server Error Code – 2531 table error: object id %d, index id %d,

In this blog post, you’ll learn more about the SQL Server Error Code 2531 and the error message description that is shown SQL Server Error Code 2531 SQL Server Error Description for the Code :2531 Table error: object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) B-tree level mismatch, page %S_PGID. Level %d does not match level %d from…