1
Answer

SQL server Management studio express

krishna prasad

krishna prasad

16y
2.4k
1
Hai all....

I am a begineer in SSMS......

1--->With windows authentication mode i could easily get into the server....but wat should i give in uid and pwd of my connection statement in the program ............

2--->wat is the step to create a new login with all the credentials and i also want to create a new database where the owner is the login which i am gonna create.....

Any suggestion or materials reffered would be a great help to me....

Answers (1)
0
Vijaya Kadiyala

Vijaya Kadiyala

NA 2.4k 258.5k 16y

You need to have Trusted_Connectio set to YES.

Sample Connection string

"data source=Sql01;initial catalog=Northwind;
integrated security=SSPI;persist security info=False;
Trusted_Connection=Yes."

Thanks

Vijaya Kadiyala

http://dotnetvj.blogspot.com