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 |
olibara
Yak Posting Veteran
94 Posts |
Posted - 2012-01-17 : 15:40:34
|
HelloOn an sql Server 2008 I had an Admin login 'sa' and a password xxxRecently a collega add a new login and password using my admin loginSince that I can't login anymore using my Admin login but well with the new oneHowever the Database created with the Admin login is not accessible anymoreDurin login process I can get either 'login failed for user sa'orA connection was successfully established with the server, but then an error occurred during the login process. Any Idea to fix that ?Thanks for any help |
|
X002548
Not Just a Number
15586 Posts |
|
olibara
Yak Posting Veteran
94 Posts |
Posted - 2012-01-17 : 16:02:33
|
Thank you X002548One more informationI can see the (sa) login inSELECT * FROM sys.Server_principalsbut NOT in SELECT * FROM sys.Database_principalsIs it normal ? |
 |
|
biswajitdas
Starting Member
44 Posts |
Posted - 2012-01-20 : 11:35:52
|
yes , its normal , its standard design of sql serverSr Sql server DBA/Artitech |
 |
|
|
|
|