![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Imani, You have a few choices here, but one thing is certain: *you cannot import directly into 20 destination tables. *You will either (1) Import it all into a single Load table, then use SQL tasks to disperse it out to 20 destination table, or (2) Clean your file ahead of import and perhaps divide it into 20 files suitable for import. I personally use option (2) the most. *(C# based cleaning application).*This gives me a chance to scrub, validate & divide data prior to import. *Italso cuts down on the amount of bad data. *Why import bad data when you're going to throw it away anyway. Tip: *make sure you load the files from a local drive, not over a network. Finally, in my experience, bulk insert is considerably faster than a Data Pump, especially when there aren't any transformations involved. Let us know how you make out. Best Regards, Tom Thomas Bradshaw Data Integration Services MyWebGrocer Inc -- Message posted via SQLMonster.comhttp://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-dts/201001/1 |
#4
| |||
| |||
|
|
Is there an interim "holding place" similar to a load table within SSIS where I can place the data, without using a SQL Server database table? On Jan 7, 9:36 am, "tbradshaw via SQLMonster.com" <u12692@uwe> wrote: Imani, You have a few choices here, but one thing is certain: you cannot import directly into 20 destination tables. You will either (1) Import it all into a single Load table, then use SQL tasks to disperse it out to 20 destination table, or (2) Clean your file ahead of import and perhaps divide it into 20 files suitable for import. I personally use option (2) the most. (C# based cleaning application). This gives me a chance to scrub, validate & divide data prior to import. It also cuts down on the amount of bad data. Why import bad data when you're going to throw it away anyway. Tip: make sure you load the files from a local drive, not over a network. Finally, in my experience, bulk insert is considerably faster than a Data Pump, especially when there aren't any transformations involved. Let us know how you make out. Best Regards, Tom Thomas Bradshaw Data Integration Services MyWebGrocer Inc -- Message posted via SQLMonster.comhttp://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-dts/201001/1 . |
![]() |
| Thread Tools | |
| Display Modes | |
| |