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
浙公网安备 33010602011771号