0
kicks
SQL SERVER – Introduction to SQL Server 2008 Profiler
Introduction
SQL Server Profiler is a powerful tool that is available with SQL Server since a long time; however, it has mostly been underutilized by DBAs. SQL Server Profiler can perform various significant functions such as tracing what is running under the SQL Server Engine’s hood, and finding out how queries are resolved internally and what scripts are running to accomplish any T-SQL command. The major functions this tool can perform have been listed below:
* Creating trace
* Watching trace
* Storing trace
* Replaying trace