What is SQL Profiler what is the use of it?
Answer Posted / rathi
SQL profiler is a graphical tool that allows system
administrator to monitor in an instance of the SQL Server.
Use of SQL Profiler:
• Monitor the performance of an instance of SQL
Server.
• Debug Transact-SQL statements and stored procedures.
• Identify slow-executing queries.
• Test SQL statements and stored procedures in the
development phase of a project by single-stepping through
statements to confirm that the code works as expected.
• Troubleshoot problems in SQL Server by capturing
events on a production system and replaying them on a test
system. This is useful for testing or debugging purposes
and allows users to continue using the production system
without interference.
• Audit and review activity that occurred on an
instance of SQL Server. This allows a security
administrator to review any of the auditing events
including the success and failure of a login attempt and
the success and failure of permissions in accessing
statements and objects.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How can you find out how many rows returned in a cursor?
What is the difference between grant and with grant while giving permissions to the user?
Explain nested trigger in sql?
Explain “not null constraint” in sql server?
What are the different editions available in sql server 2000?
What does null mean?
What are logical/boolean operations in ms sql server?
How is table type constraint applied to a table?
What will be query used to get the list of triggers in a database?
what are acid properties? : Sql server database administration
How to transfer a table from one schema to another?
Why use “pivot” in sql server?
What command do we use to rename a db, a table and a column?
What kind of problems occurs if we do not implement proper locking strategy?
How to delete database objects with "drop" statements in ms sql server?