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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top