Tag: MS SQL Server Error Codes

SQL Server Error Code – 40955 the operation cannot be performed due to

In this blog post, you’ll learn more about the SQL Server Error Code 40955 and the error message description that is shown SQL Server Error Code 40955 SQL Server Error Description for the Code :40955 The operation cannot be performed due to insufficient file space in the elastic pool. The operation requires (%d) MBs file space and there are (%d) MBs file space available. Unused…

SQL Server Error Code – 28098 a previously existing connection with th

In this blog post, you’ll learn more about the SQL Server Error Code 28098 and the error message description that is shown SQL Server Error Code 28098 SQL Server Error Description for the Code :28098 A previously existing connection with the same peer was found after DNS lookup. This connection will be closed. All traffic will be redirected to the previously existing connection. This is…

SQL Server Error Code – 4972 alter table switch statement failed. che

In this blog post, you’ll learn more about the SQL Server Error Code 4972 and the error message description that is shown SQL Server Error Code 4972 SQL Server Error Description for the Code :4972 ALTER TABLE SWITCH statement failed. Check constraints or partition function of source table ‘%.*ls’ allows values that are not allowed by check constraints or partition function on target table ‘%.*ls’.

SQL Server Error Code – 12404 the command failed because the query sto

In this blog post, you’ll learn more about the SQL Server Error Code 12404 and the error message description that is shown SQL Server Error Code 12404 SQL Server Error Description for the Code :12404 The command failed because the query store is not in read-write mode for database (%ld). Make sure that the query store is in read-write mode and rerun the command.