Tuesday, October 19, 2010

What is the error thrown when you try to insert same value in a PK column ?

Violation of PRIMARY KEY constraint 'PK_OrderMaster'. Cannot insert duplicate key in object 'dbo.OrderMaster'.

No comments:

Post a Comment

Misc Javascript points

 Nodejs can support multithreading through use of promises _ is the numeric separator for javascript, that means the numbers 10_000, 11.23_0...