Category: SQL Server

How to copy tables from a database to another in SQL Server ?

There are times when you may want to copy the tables from one database to another along with the data or import data along with the schema in SQL Server. One of the ways to do this is using the SQL Server Import/Export Wizard. How to copy tables from a database to another in SQL Server ? 1. Launch SQL Server Import and export wizard…

SQL Server Error Code – 355 the target table ?%.*ls? of the insert s

In this blog post, you’ll learn more about the SQL Server Error Code 355 and the error message description that is shown SQL Server Error Code 355 SQL Server Error Description for the Code :355 The target table ?%.*ls? of the INSERT statement cannot have any enabled triggers when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.

SQL Server Error Code – 22818 a delete-delete conflict was detected an

In this blog post, you’ll learn more about the SQL Server Error Code 22818 and the error message description that is shown SQL Server Error Code 22818 SQL Server Error Description for the Code :22818 A delete-delete conflict was detected and resolved. The row could not be deleted from the peer since the row does not exist. The incoming delete was skipped.

SQL Server Error Code – 41023 the windows server failover clustering (

In this blog post, you’ll learn more about the SQL Server Error Code 41023 and the error message description that is shown SQL Server Error Code 41023 SQL Server Error Description for the Code :41023 The Windows Server Failover Clustering (WSFC) change handle is invalid because a WSFC notification port has not been created or has been closed.  Create a new WSFC notification port and…