If you are a new sql server dba and you just get an account of an instance. What would you do to know the instance and databases? How to quick get a general idea of this instance and databases?
Great thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The quickest way to see what a SQL instance is doing is to fire up SQL Server Profiler – that will show you all of the client connections, where they’re coming from, what user accounts they’re using, and what queries they’re running in what databases. While this isn’t a complete picture of what a SQL server is doing, it’s a good, quick overview of the traffic it’s handling.