Where Can I found the SQLException list ?

  • Thread starter Thread starter Angeljo
  • Start date Start date
A

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
 
SELECT * FROM master..sysmessages where error = 2627

remove the where constraint to get all of them
 
Back
Top