2012年5月4日

Create trace with tsql

摘要: we can use sql server profiler to create a trace with a UI, sometimes we want to do this automatically, such as in a agent job. so we need another way.in fact ,the sql server 2008 can expert the tsql code for the trace in the file menu.USE [master]GO/****** Object: StoredProcedure [dbo].[StartProfi. 阅读全文

posted @ 2012-05-04 09:07 tneduts 阅读(212) 评论(0) 推荐(0) 编辑

导航