Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 How to modify Error 18456

Author  Topic 

rajadadi
Starting Member

30 Posts

Posted - 2010-04-27 : 07:11:58
How to modify Error 18456

rajesh

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-04-27 : 07:25:52
Note that the message is kept fairly nondescript to prevent information disclosure to unauthenticated clients. In particular, the 'State' will always be shown to be '1' regardless of the nature of the problem. To determine the true reason for the failure, the administrator can look in the server's error log where a corresponding entry will be written.

Source with more help on State: http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-04-27 : 07:28:06
Oh - maybe you know that and want to modify the message?
Then sorry but I don't know how...


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -