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
How many partitions a clustered index has by default in sql server 2012?
what kind of lan types do you know? : Sql server database administration
Which trace flags are enabled in sql server?
What is normalization of database?
Explain the use of keyword with encryption. Create a store procedure with encryption?
What is cached report?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
Explain indexed views?
What is index in an assignment?
What are the advantages of user-defined functions over stored procedures in sql server?
How to use values from other tables in update statements in ms sql server?
What is tablesample?
What is function of master database?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
How to get @@error and @@rowcount at the same time?