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
 Error 233 when login to sever

Author  Topic 

olibara
Yak Posting Veteran

94 Posts

Posted - 2012-01-17 : 15:40:34
Hello

On an sql Server 2008 I had an Admin login 'sa' and a password xxx
Recently a collega add a new login and password using my admin login

Since that I can't login anymore using my Admin login but well with the new one
However the Database created with the Admin login is not accessible anymore

Durin login process I can get either
'login failed for user sa'
or
A 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

Posted - 2012-01-17 : 15:59:13
nope..your problem is that someone changed the password for sa

sa...should have it's password canged, written down, put in a vault and never used again, AFTER another sa account, preferable with Windows security has been created



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


Go to Top of Page

olibara
Yak Posting Veteran

94 Posts

Posted - 2012-01-17 : 16:02:33
Thank you X002548

One more information
I can see the (sa) login in

SELECT * FROM sys.Server_principals
but NOT in
SELECT * FROM sys.Database_principals
Is it normal ?



Go to Top of Page

biswajitdas
Starting Member

44 Posts

Posted - 2012-01-20 : 11:35:52
yes , its normal , its standard design of sql server

Sr Sql server DBA/Artitech
Go to Top of Page
   

- Advertisement -