How do I know whether I have a local SQL Server on my system? If there is what are the login details to the local SQL Server ? I have a windows 7.
feedback
|
migrated from stackoverflow.com Dec 10 '09 at 16:59
This question came from our site for professional and enthusiast programmers.
Check in Program Files, for a folder called Microsoft SQL Server - assuming a default install. | |||
|
feedback
|
| |||
|
feedback
|
|
What you're looking for is SQL Server Management Studio Express. It will auto auth with your system credentials and show you the current databases on your system. | |||
|
feedback
|