![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Am I correct in thinking that there is no way to not accidentially import data from a CSV file daily data feed in the following PKG(?) DataSource = CSV file Transformation is Copy Column I don't want a user to accidentially import the same feed twice. My alternative is to use a linked server and insert the data w/a query in DTS. TIA JeffP.... |
#3
| |||
| |||
|
|
Why do you think the file cannot be imported twice? Are you moving or renaming the file after the import has completed? Does you table have a PK or a unique constraint that will prevent the same data being inserted again? It won't happen by magic, so you need to either make the file unavailable for a duplicate import or constrain the data in the table. Have I missed the point? -- Darren Green http://www.sqldts.com "JDP@Work" <JPGMTNoSpam (AT) sbcglobal (DOT) net> wrote in message news:O86AfIO9DHA.2432 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Am I correct in thinking that there is no way to not accidentially import data from a CSV file daily data feed in the following PKG(?) DataSource = CSV file Transformation is Copy Column I don't want a user to accidentially import the same feed twice. My alternative is to use a linked server and insert the data w/a query in DTS. TIA JeffP.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |