05 2012 档案

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 阅读(220) 评论(0) 推荐(0)

导航