SQL Profiler Practice.

 

1.  Microsoft SQL Server 2008R2->Performance Tools->SQL Server Profiler.

2. Before start to run a new Trace for you DB you should to get you DB id by this way;

use master
SELECT * FROM sysdatabases WHERE name = 'DBName'

3. Create a new trace.

  SQL Profiler Practice.

 

 4. There has a lot of event and history in list, so we need some filters to get what we want .  We need to define some right condition for the filters.

SQL Profiler Practice.

转载于:https://www.cnblogs.com/zencorn/archive/2011/03/24/1993546.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-12-22
  • 2021-09-18
  • 2021-04-29
  • 2021-11-28
  • 2021-03-30
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2021-06-16
  • 2021-06-27
  • 2021-09-25
  • 2022-12-23
相关资源
相似解决方案