SQL Server connection help...
Posted
by Gopal
on Stack Overflow
See other posts from Stack Overflow
or by Gopal
Published on 2010-06-08T05:30:05Z
Indexed on
2010/06/08
5:42 UTC
Read the original article
Hit count: 287
Using SQL Server 2005
I have the server connection name as (server1) in windows authentication mode, I want to change windows authentication mode to sql server authentication mode...
when i try to change sql server authentication mode with username = sa & password = sa, it showing error...
How to change the authentication mode or how to create a new sql connection?
© Stack Overflow or respective owner