Viewing 7 posts - 1 through 7 (of 7 total)
Aaron Akin (2/19/2009)
February 19, 2009 at 10:26 am
For this sort of thing, we've been using Package Configurations stored in an XML file. This allows us to change properties (like file paths) without rebuilding the package. ...
February 19, 2009 at 9:12 am
My first attempts didn't work at all. It just kept starting the loop over again at the first iteration—sometimes you might want that, but I wanted to specifically test...
February 17, 2009 at 2:32 pm
One question I had after reading this article was, "How does it work with For Loop containers?" Rather than post the question and wait for a response, I thought...
February 17, 2009 at 10:19 am
muchessa (7/10/2008)
HI allProfiler90.exe works fine with /M parameter
it seems that you will use msql date format like that :
profile90.exe /M"2008-07-10 20:00:00.000" /S.....
Brilliant, Muchessa! Thank you SO much!:D
k
July 10, 2008 at 9:13 am
The command string I'm using is:
profiler90.exe /E /A localhost /T "AS2005UserTrace" /O "C:\AATemp\L01_2008_0516.trc" /R /Z 500 /M "05-16-08 10:00:00"
Profiler kicks off just fine, using every parameter except the /M...
May 16, 2008 at 9:57 am
Sugesh Kumar (2/8/2008)
There is a option in profiler to specify when to stop tracing data. Can't you use that to stop your profiler activities.
The problem I encounter is that the...
May 16, 2008 at 9:55 am
Viewing 7 posts - 1 through 7 (of 7 total)