![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've had a DTS Package running for over a day now. It was 20 hours into an "Execute SQL Task" and I canceled the package because there is an error. In the past, the package has taken almost a day to cancel. I fear that SQL is trying to rollback all the SQL in that task. Is there a way to force SQL Server to cancel everything? I don't care if it's only partially processed. |
#3
| |||
| |||
|
|
You can find the spid the package is running as using sp_who2 and kill that spid. using kill <spid "John" <john.hurrell (AT) frontiercorp (DOT) com> wrote in message news:9025d995.0309180715.6dbbfa3a (AT) posting (DOT) google.com... I've had a DTS Package running for over a day now. It was 20 hours into an "Execute SQL Task" and I canceled the package because there is an error. In the past, the package has taken almost a day to cancel. I fear that SQL is trying to rollback all the SQL in that task. Is there a way to force SQL Server to cancel everything? I don't care if it's only partially processed. |
#4
| |||
| |||
|
|
I've had a DTS Package running for over a day now. It was 20 hours into an "Execute SQL Task" and I canceled the package because there is an error. In the past, the package has taken almost a day to cancel. I fear that SQL is trying to rollback all the SQL in that task. Is there a way to force SQL Server to cancel everything? I don't care if it's only partially processed. |
![]() |
| Thread Tools | |
| Display Modes | |
| |