Feb 20, 2001 #1 pmp Instructor Joined Dec 17, 2001 Messages 1 Location CA i can't find the defenition for error 50000 in SQL SERVER 7.0 , if you know what it means please reply to this forum message.
i can't find the defenition for error 50000 in SQL SERVER 7.0 , if you know what it means please reply to this forum message.
Feb 20, 2001 #2 jkb3 Programmer Joined Jan 5, 2001 Messages 9 Location US try this in T-SQL use master select * from sysmessages if there is a 50000 in there you can find out what it is. Sounds like a user defined error. Upvote 0 Downvote
try this in T-SQL use master select * from sysmessages if there is a 50000 in there you can find out what it is. Sounds like a user defined error.