Viewing 6 posts - 1 through 7 (of 7 total)
Hi Mark,
My client has started to run into timeout / locking problems when his scheduled SSIS packages are executed. There were no problems before migrating to the SSIS catalog in...
May 27, 2013 at 1:47 am
Yup - no luck with that one either 🙁
April 26, 2011 at 1:51 am
Hi Chris,
Thanks for your suggestion, but unfortunately, adding ivTo to the clustered index, does not alter the execution plan or the performance at all. I also tried creating a separate...
April 25, 2011 at 4:27 pm
Thanks a lot for the responses so far, everyone.
Using EXISTS does unfortunately not improve the performance. The execution time still exceeds my 10 minute patience limit, and the wait type...
April 25, 2011 at 5:21 am
Here you go. Thanks a lot for looking into this 🙂
SELECT * FROM master.dbo.sysprocesses WHERE spid = 54
spid kpid blocked waittype waittime ...
April 25, 2011 at 3:31 am
The differences are consistent. Query A never completes within the 10 minutes my patience lasts, while Query B always executes in about 3 seconds.
Estimated execution plan for Query A:
April 25, 2011 at 12:37 am
Viewing 6 posts - 1 through 7 (of 7 total)