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.
| Author |
Topic |
|
boreddy
Posting Yak Master
172 Posts |
Posted - 2009-03-11 : 01:55:57
|
| I created the new user and passwordwhen I tried to ligin whith the new user and password which system storedprocedure is checking the user and password in databseplese help me |
|
|
guptam
Posting Yak Master
161 Posts |
Posted - 2009-03-11 : 02:29:58
|
| Stored procedure? You are checking the login information against the SQL Server catalog tables. You can see if your login is failing or working by running trace on SQL Server and looking at Security: Audit Login, Security: Audit Logout, and Security: Audit Failed Login.Thanks.-- Mohit K. GuptaB.Sc. CS, Minor JapaneseMCITP: Database AdministratorMCTS: SQL Server 2005http://sqllearnings.blogspot.com/ |
 |
|
|
|
|
|