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

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...