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
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
what is the difference between Delete and Truncate command in SQL
What's the information that can be stored inside a bit column?
Can a cursor be updated? If yes, how you can protect which columns are updated?
How to declare and use cursor variables?
Define outer join in sql server joins?
What is spid in sql server profiler?
What are the new features of sql server 2008 r2 reporting service?
What is the purpose of the master database?
When do you think a developer should use sql server-based cursors?
what is the difference between a primary key and a unique key? : Sql server database administration
what is memory-optimized nonclustered indexes
What is SQL Azure Fabric?
What is the difference between an index and a unique index?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.