Answer Posted / vj tan
SQL Server Profiler shows how SQL Server resolves queries
internally. This allows administrators to see exactly what
Transact-SQL statements or Multi-Dimensional Expressions
are submitted to the server and how the server accesses the
database or cube to return result sets.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me about joins in database system and explain each in detail.
What is the difference between value type and reference type?
What are the Advantages of using CTE in sql server?
What is analysis service repository?
Why I have to use stored procedures?
What are unicode character string data types in ms sql server?
What is the sql server 2000 version number?
What is the need for group functions in sql?
What is the filtered index?
Do you know the capabilities of cursors?
Can you force a query to use a specific index?
Mention the different authentication modes in sql server.
What are the types of database recovery models?
What are subqueries in sql server? Explain its properties.
How to loop through returning rows?