Viewing 15 posts - 11,791 through 11,805 (of 13,838 total)
I'm with Alvin (as usual) - Script Component with multiple outputs to your various different tables.
October 7, 2010 at 12:21 pm
Great - thanks for posting back.
October 6, 2010 at 11:35 am
Specify " as your text qualifier in your flat file destination connection manager.
October 6, 2010 at 10:27 am
Just because you update a variable when your package executes does not mean that the value of the variable will be persisted in the Variables window afterwards.
Try putting a script...
October 6, 2010 at 1:11 am
Does View/Error List give you anything useful?
October 6, 2010 at 1:06 am
Alvin Ramard (10/5/2010)
Phil Parkin (10/5/2010)
AlvinDid you try just holding the 'current' header value in an appropriately scoped variable within a Script Component?
Phil, I'm not sure what you're asking? ...appropriately...
October 5, 2010 at 10:00 am
sqlusers (10/5/2010)
sqlusers (10/5/2010)
Leo Suresh (10/5/2010)
Use a...
October 5, 2010 at 9:55 am
Alvin Ramard (10/5/2010)
Steve Hindle-535638 (10/5/2010)
As I split the records up from the original file, the detail records need to have some information from their header records...
October 5, 2010 at 9:49 am
sqlusers (10/5/2010)
Why not a WHERE clause? Sounds like you're getting the records one at a time?
Exactly i want to get all the data's. That'y i use loop through.
Here in table...
October 5, 2010 at 5:54 am
pwalter83 (10/5/2010)
I changed the Run64BitRuntime to false, now it shows another error: violation of primary key constraint. The error is below:
[OLE DB Destination [9]] Error: SSIS Error Code DTS_E_OLEDBERROR. ...
October 5, 2010 at 5:22 am
sqlusers (10/5/2010)
Phil Parkin (10/5/2010)
Why does your data source contain a WHILE loop?
Actually, i need to get the data's according to From and To Date from a table. So for that...
October 5, 2010 at 5:16 am
Try running the package in 32-bit mode and see whether that fixes things for you.
October 5, 2010 at 4:45 am
Is your server 64-bit?
October 5, 2010 at 4:35 am
Why does your data source contain a WHILE loop?
October 5, 2010 at 4:32 am
I agree up to the point of importing as a single column and firing into a Script Component.
From there, I would do things differently from what is suggested: a Script...
October 5, 2010 at 3:25 am
Viewing 15 posts - 11,791 through 11,805 (of 13,838 total)