what is IDE,DMV in sql server?
Answer / 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 |
What are the disadvantages of using the stored procedures?
What is repeatable read?
Explain couple pf features of SQL server
How to execute stored procedure in select statement sql server?
How to populate a table in sql server?
What are the disadvantages of indexes?
can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?
How to enter unicode character string literals in ms sql server?
Whether the updations made to the views reflect the original records in the table
What do you understand by the denormalisation?
What is the beast way to write CTE in SQL Server ?
what is spatial nonclustered index