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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 How To Change Authentication Mode

Author  Topic 

kashif27
Starting Member

7 Posts

Posted - 2009-06-25 : 05:21:22
Hi . . . . .

When I installed SQL Server 2005, I chose "Windows Authentication" Mode. Now I want to change it to "SQL Server Authentication" mode. When connecting to SQL Server in the Management Studio, at the login screen I select Authentication as "SQL Server Authentication" and give the default Login: sa and Password:123, it gives me teh following error



TITLE: Connect to Server
------------------------------

Cannot connect to UZ.

------------------------------
ADDITIONAL INFORMATION:

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------



So what is that I have to do to change the Authentication Mode.

Thanks


http://www.KashifUmar.com/

kashif27
Starting Member

7 Posts

Posted - 2009-06-25 : 05:24:02
Here is another error message that I get while trying to do the same login process.



TITLE: Connect to Server
------------------------------

Cannot connect to UZ.

------------------------------
ADDITIONAL INFORMATION:

Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=18452&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------



http://www.KashifUmar.com/
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-06-25 : 05:41:53
See
http://weblogs.sqlteam.com/peterl/archive/2008/06/19/How-to-change-authentication-mode-in-SQL-Server.aspx

and
http://weblogs.sqlteam.com/peterl/archive/2008/06/19/How-to-get-authentication-mode-in-SQL-Server.aspx


E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page
   

- Advertisement -