No. I can not post the code.
But I can tell you the overall process.
1. there are no records returned.
2. The process begins with a couple of tables created.
3. A number of tables are queried for aggregate results, which are inserted into the created tables.
4. I use sp_rename to switch the existing tables with the newly created tables.
That's it.. The entire process takes about 2 hours to complete. And checking every aspect of this process indicates a success. However, as I mentioned before, the SSIS package logs a "Step was Terminated" error and does not continue from there on..
Main Topics
Browse All Topics





by: dosthPosted on 2007-11-06 at 10:34:35ID: 20226271
Can you post your procedure code. also do you know how many records it retruns ? if TEMP database dont have much space this type of errors can occurs