Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Violation of primary key constraint error when updating sql table ?

$
0
0
Hello 
 
I am using below query to update my table from another table
...................................
[code language="sql"]SET IDENTITY_INSERT [dbo].[Employees] on
INSERT INTO [dbo

Viewing all articles
Browse latest Browse all 3145

Trending Articles