Sql server,Authentication details,Client

Posted by Raja_89 under C# on 3/19/2016 | Points: 10 | Views : 1303 | Status : [Member] | Replies : 1
Hai

I am developing an applicartion to get details of client's sql server details to read /write a database
In this part
I should get the details of username and password of sql server 2008 installed in client machine and also other required details through c# and should be display to control for the first time only

That connection string should be assigned in app.config

How can i proceed with that

Example:

If i run that application it should display the necessary details for saving and retrieving details of sql server 2008 (say) installed in client's machine and assign it in app.config winform in c#


Regards




Responses

Posted by: Rajnilari2015 on: 3/22/2016 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Try with SQL SMO(SQL Management Objects)

--
Thanks & Regards,
RNA Team

Raja_89, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response