September 17, 2009 at 6:05 am
hi
Query for how to get database names with in the server.
and also how to find database 'sa' password .
Thanks
Dastagiri.D
September 17, 2009 at 6:25 am
database names on the server can be found with this query
SELECT name FROM sys.databases
as for the sa password, you will need to ask your DBA as I don't think there is any other way to find it out via sql.
September 17, 2009 at 7:27 am
This is an interesting sequence of questions... :Whistling:
EXEC sp_helpdb;
You are on your own to break the sa password.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy