Category: SQL Server
SQL Server Error Code – 45203 the parameter @state cannot be null, and
In this blog post, you’ll learn more about the SQL Server Error Code 45203 and the error message description that is shown SQL Server Error Code 45203 SQL Server Error Description for the Code :45203 The parameter @state cannot be NULL, and should be 1 or 0. Specify 1 to start SQL Server Managed Backup to Windows Azure, or 0 to pause.
SQL Server Error Code – 7641 full-text catalog ‘%ls’ does not exist i
In this blog post, you’ll learn more about the SQL Server Error Code 7641 and the error message description that is shown SQL Server Error Code 7641 SQL Server Error Description for the Code :7641 Full-Text catalog ‘%ls’ does not exist in database ‘%.*ls’ or user does not have permission to perform this action.
SQL Server Error Code – 9235 value missing for option ‘%ls’ in notifi
In this blog post, you’ll learn more about the SQL Server Error Code 9235 and the error message description that is shown SQL Server Error Code 9235 SQL Server Error Description for the Code :9235 Value missing for option ‘%ls’ in notification options identifier.
SQL Server Error Code – 13125 execute as
In this blog post, you’ll learn more about the SQL Server Error Code 13125 and the error message description that is shown SQL Server Error Code 13125 SQL Server Error Description for the Code :13125 execute as
SQL Server Error Code – 21515 replication custom procedures will not b
In this blog post, you’ll learn more about the SQL Server Error Code 21515 and the error message description that is shown SQL Server Error Code 21515 SQL Server Error Description for the Code :21515 Replication custom procedures will not be scripted because the specified publication ‘%s’ is a snapshot publication.
SQL Server Error Code – 21649 cannot change the property ‘%s’. non-sql
In this blog post, you’ll learn more about the SQL Server Error Code 21649 and the error message description that is shown SQL Server Error Code 21649 SQL Server Error Description for the Code :21649 Cannot change the property ‘%s’. Non-SQL Server Publishers do not support this property.
SQL Server Error Code – 40567 database copy failed due to an internal
In this blog post, you’ll learn more about the SQL Server Error Code 40567 and the error message description that is shown SQL Server Error Code 40567 SQL Server Error Description for the Code :40567 Database copy failed due to an internal error. Please drop target database and try again.
Inner Join in SQL Server
You can use inner join to get the result of two tables that match the criteria. For example , assume that you have a Person table and a Phone Number table where every person would have 0 or more phone number associated to him and you wish to get the person records who have at least one phone number. Here’s the query on how to…
SQL Server Error Code – 8062 the data for the table-valued parameter
In this blog post, you’ll learn more about the SQL Server Error Code 8062 and the error message description that is shown SQL Server Error Code 8062 SQL Server Error Description for the Code :8062 The data for the table-valued parameter %d doesn’t conform to the table type of the parameter. SQL Server error is: %d, state: %d
SQL Server Error Code – 20629 failed to get partition id information.
In this blog post, you’ll learn more about the SQL Server Error Code 20629 and the error message description that is shown SQL Server Error Code 20629 SQL Server Error Description for the Code :20629 Failed to get partition id information.
SQL Server Error Code – 28937 configuration manager agent stop failed.
In this blog post, you’ll learn more about the SQL Server Error Code 28937 and the error message description that is shown SQL Server Error Code 28937 SQL Server Error Description for the Code :28937 Configuration manager agent stop failed.
SQL Server Error Code – 4423 view ‘%.*ls’ has an instead of delete tr
In this blog post, you’ll learn more about the SQL Server Error Code 4423 and the error message description that is shown SQL Server Error Code 4423 SQL Server Error Description for the Code :4423 View ‘%.*ls’ has an INSTEAD OF DELETE trigger and cannot be a target of a DELETE FROM statement.