If you specify the filename of the file you want to start with and use a 1
as the second parameter it will only read that one. If you specify 4 it will
start from that file and read the next 4. But if you specify the original
file name used when you started the trace it will always start at the fist
file. The naming convention is easy to follow on the rollovers so just keep
track of which # file you read last and specify that with the next one.

Signature
Andrew J. Kelly SQL MVP
Solid Quality Mentors
> Yes, it partially does it:
> if I'm correct, it starts loading from file number 1 each time :-{
[quoted text clipped - 23 lines]
>>>
>>> RAlan
RAlan - 23 Jul 2008 20:51 GMT
Andrew,
wow!
I've looked for it in the books online but it was not clear to me that
this could work.
I've tested it and it works OK.
Thanks
RAlan
> If you specify the filename of the file you want to start with and use a
> 1 as the second parameter it will only read that one. If you specify 4
[quoted text clipped - 3 lines]
> rollovers so just keep track of which # file you read last and specify
> that with the next one.