|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Where Can I found the SQLException list ?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 Show quote "Angeljo" <angeljo***@hotmail.com> wrote in message news:ex0M$848GHA.4964@TK2MSFTNGP02.phx.gbl... > So, I know that a Violation of Primary Key constraint is the number 2627 > but I would see the complete list. > > Thank You, > > AngelJo > Thank you : it's OK.
Show quote "Jim Hughes" <NOSPAMJ3033@Hotmail.com> wrote in message news:%23Z0%23UE58GHA.788@TK2MSFTNGP05.phx.gbl... > SELECT * FROM master..sysmessages where error = 2627 > > remove the where constraint to get all of them > > > > "Angeljo" <angeljo***@hotmail.com> wrote in message > news:ex0M$848GHA.4964@TK2MSFTNGP02.phx.gbl... >> So, I know that a Violation of Primary Key constraint is the number 2627 >> but I would see the complete list. >> >> Thank You, >> >> AngelJo >> > > |
|||||||||||||||||||||||