what is IDE,DMV in sql server?

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


Please Help Members By Posting Answers For Below Questions

Can you insert NULL in unique column?

618


What are the advantages of using stored procedures?

536


tell me what is blocking and how would you troubleshoot it? : Sql server database administration

481


Tell me the difference between clustered and non-clustered index?

506


State the difference between union and union all?

515






How to create stored procedures with parameters in ms sql server?

524


What is nonclustered index with included columns ?

544


What is partition index in sql server?

602


What is difference between clustered and non clustered index?

524


How to check if stored procedure is running in sql server?

479


Can we store videos inside the sql server table?

517


How to delete database objects with "drop" statements in ms sql server?

590


How to modify an existing stored procedure in ms sql server?

521


what is a self join? Explain it with an example? : Sql server database administration

495


What is recompile sql server?

561