![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, sometimes I get an error when running my DTS Package. The error log doesn't really tell me anything useful so I need your help. The error message is: snip [Microsoft][ODBC SQL Server Driver][SQL Server] SqlDumpExceptionHandler: Process 22 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. Error source: Microsoft OLE DB Provider for ... Process Exit Code 1. The step failed. |
#3
| |||
| |||
|
|
Thanks for your quick response. When I start the script myself it usually runs. The create table step only consists of: select * from invst01 where invordat = '1912-08-01' I don't know why it does this anyway. This query doesn't return any rows since there are no invoices from that date. Could I remove this step? The steps are: 1) empty database invst01 (empties the database from all records from 2002-08-01 and forward) 2) create table (the select clause above) 3) data transforming step (transform the data into sql6.5 and changes some columns so the data can be available on our intranet. also moves the data to our inetserver) I can't see why I would need the 2:nd step? Greetings David Oxe |
![]() |
| Thread Tools | |
| Display Modes | |
| |