摘要:
http://support.microsoft.com/gp/anxin_techtip7/zh-cn个人优化整理:USE [gs_gep_lmz]GOCREATE TABLE [dbo].[Blocking_SqlText]( [spid] [smallint], [sql_text] [nvarchar](2000), [Capture_Timestamp] [datetime])GOCREATE TABLE [dbo].[Blocking_sysprocesses]( [spid] [smallint] NULL, [kpid] [int] NULL, [blocked] [int] 阅读全文