January 4, 2010 at 8:02 am
I have new server ready , need to create a new conenction string
and create sql server authentication to it .
Create the databases and tables accordingly
Please help me
January 4, 2010 at 8:09 am
nikki123 (1/4/2010)
I have new server ready , need to create a new conenction stringand create sql server authentication to it .
Create the databases and tables accordingly
Please help me
The SQL authentication account must exist or you need to create it before you create the connection string because you need to provide the permissions to finish the connection string. That said you go to the top of BIDs or Visual Studio and click on add connection then add the server and click on SQL authentication and provide the permission and test the connection.
Then you can copy the code and add it to where you need it.
Kind regards,
Gift Peddie
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply