When do you use SQL Profiler?
Answers were Sorted based on User's Feedback
Answer / guest
SQL Profiler utility allows us to basically track
connections to the SQL Server and also determine activities
such as which SQL Scripts are running, failed jobs etc..
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / seyed riswan
Profiler help us to view the changes happened in the back
end process.
Is This Answer Correct ? | 1 Yes | 3 No |
How do SQL server 2000 and XML linked?
what is denormalization and when would you go for it? : Sql server database administration
What is the difference between varchar and nvarchar types?
what is blocking? : Sql server database administration
Which table keeps the locking information?
How to enable/disable indexes?
What happens if you add a new index to large table?
System variable and temporary variables
One table how may column and Primary key
What is the impact on other user sessions when creating indexes?
one table has four field id,name,design,salary. i have to find maximum salary .
What is the difference between set and select?