How to find the Config DB
Configuration database connection string is stored in Registry key. So sharepoint look for that entry to identify the database.
In Sharepoint 2007 you could see the config DB conection string in Following Registry Key
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Secure\ConfigDb
In Sharepoint 2010 you could see the config DB conection string in Following Registry Key
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Secure\ConfigDb
The Next thing you have to find the Content DB attached to Web application.Here you have to remember one thing a web application could hold multiple site collection.So it will have multiple ContentDB
1. Go to Central Admin
2. Go to Application Management
2. Go to Database section and click on Manage Content Database
3. From the list Select your web Application
4.Click on the content DB it will take to details page.
Content DB details page you could identify the DB Server
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Amit ChoudharyPosted Jan 5, 2011, 9:32 AM
good work..