Answer Posted / neeraj malik
Dynamic management views and functions return server state
information that can be used to monitor the health of a
server instance, diagnose problems, and tune performance.
Example:
sys.dm_db_index_physical_stat gives u stats and
fragmentatin information for the specified index.
sys.dm_db_operational_stat gives information abt latches,
and locks on given index.
Best
Neeraj Malik
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the different types of backups avaialabe in sql server 2005?
What is the sql server 2000 version number?
Explain what you mean by 3 tier architecture.
Where cross join is used?
How many types of objects are there?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What is the purpose of data source?
What happens if we shrink log file in sql server?
What is RAID? What are the different types of RAID configurations?
How would you go about developing a ssrs report?
Describe in brief authentication modes in sql server.
What is database dimension? : sql server analysis services, ssas
Show Practically Sql Server Views are updatable?
How do I run a trace in sql server?
Why do we use stored procedures in sql server?