InterviewSolution
Saved Bookmarks
| 1. |
What Is Sql Profiler. What Are The Default Templates With It? |
|
Answer» SQL Server PROFILER is a graphical user interface to SQL Trace for monitoring an instance of the DATABASE Engine or ANALYSIS Services. You can capture and save data about each EVENT to a file or table to ANALYZE later. SQL Server Profiler is a graphical user interface to SQL Trace for monitoring an instance of the Database Engine or Analysis Services. You can capture and save data about each event to a file or table to analyze later. |
|