A Angeljo Oct 19, 2006 #1 So, I know that a Violation of Primary Key constraint is the number 2627 but I would see the complete list. Thank You, AngelJo
So, I know that a Violation of Primary Key constraint is the number 2627 but I would see the complete list. Thank You, AngelJo
J Jim Hughes Oct 19, 2006 #2 SELECT * FROM master..sysmessages where error = 2627 remove the where constraint to get all of them
A Angeljo Oct 19, 2006 #3 Thank you : it's OK. Jim Hughes said: SELECT * FROM master..sysmessages where error = 2627 remove the where constraint to get all of them Click to expand...
Thank you : it's OK. Jim Hughes said: SELECT * FROM master..sysmessages where error = 2627 remove the where constraint to get all of them Click to expand...