I'm connected to database. I use db by Management Studio 2012 Express. Can I check connection string by click something in Management Studio?
Take the 2-minute tour
×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
migrated from stackoverflow.com Jul 8 '12 at 1:09This question came from our site for professional and enthusiast programmers. |
|||
|
Within SSMS, I'm not sure there's an easy way to do that. But a simple query will return you the information (without the password of a connection string, obviously):
Note, |
|||||
|