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

LSTM Cells, Gates, Hidden State, and Cell State

The following points summarize the internal architecture and processing flow of an LSTM (Long Short-Term Memory) network in a structured...