Server Profiler

  • SQL Server Profiler
    • Allows a trace of all commands being sent to SQL Server
      • Every single thing that requires a command to be sent to SQL Server to do something
      • Can save log to a file or a table
      • Also useful when you want to optimize performance of SQL Server and queries