How can i get Database connection string for sharepoint database

N

Naveen Jain

I am trying to get database connection string for Windows sharepoint database
like i want to find the following :-

Server Name
Database Name
User Name
Password

How can i get it using VB.net.
Please help me.

Naveen Jain
Software Enginner
OTS Solutions Pvt. Ltd.,
Gurgaon (INDIA)
 
E

Ed Morrison

You can find the name of the server and port in the msp_web_sts_servers
table. On that server, you can check the wss_config database for the
database for the name of the database in the database table. Use SQL Server
Entrprise Manager to find the user name.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top