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
What are the differences between union, intersect, and minus operators?
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
Explain identity in sql server?
Which language rdl files made of?
How to configure and test odbc dsn settings?
Do you know what guidelines should be followed to help minimize deadlocks?
What is difference between commit and rollback when used in transactions?
What does set rowcount do?
How can I check that whether automatic statistic update is enabled or not?
What are the new features of sql server 2008 r2 reporting service?
Can you insert NULL in unique column?
What is linked report?
Can two different columns be merged into single column? Show practically?
What is dbcc command in sql server?
How many levels of sp nesting is possible?