![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I am hoping that someone out there might be able to help me with a requirement we have from our client. We want to use SSIS to import our client's data into their database. The issue is that the source file's column definitions may change. (For example, new columns may be added or removed.) We have a set of column definition that we support and the client can choose which columns to include. We store their selections in the database, so we will have the file definitions available. Is there a way to build a SSIS package that can read this file format data from the table and use it to import the data from the source file? Since the client can change their file formats at any time, we need the SSIS package to react to the changes automatically, without the DBA going in and redefining the source file format. Any help or guidance would be appreciated...Thanks in advance. J. Espana |
#3
| |||
| |||
|
|
Hi all, I am hoping that someone out there might be able to help me with a requirement we have from our client. We want to use SSIS to import our client's data into their database. The issue is that the source file's column definitions may change. (For example, new columns may be added or removed.) We have a set of column definition that we support and the client can choose which columns to include. We store their selections in the database, so we will have the file definitions available. Is there a way to build a SSIS package that can read this file format data from the table and use it to import the data from the source file? Since the client can change their file formats at any time, we need the SSIS package to react to the changes automatically, without the DBA going in and redefining the source file format. Any help or guidance would be appreciated...Thanks in advance. J. Espana |
#4
| |||
| |||
|
|
Hello Jen, This will be ugly. The only cool, sure fire way to do this would be to dynamagically build the imnport through the object model every time. Regards Allan Mitchell Konesans Ltd T +44 7966 476 572 F +44 2071 008 479 http://www.konesans.com Hi all, I am hoping that someone out there might be able to help me with a requirement we have from our client. We want to use SSIS to import our client's data into their database. The issue is that the source file's column definitions may change. (For example, new columns may be added or removed.) We have a set of column definition that we support and the client can choose which columns to include. We store their selections in the database, so we will have the file definitions available. Is there a way to build a SSIS package that can read this file format data from the table and use it to import the data from the source file? Since the client can change their file formats at any time, we need the SSIS package to react to the changes automatically, without the DBA going in and redefining the source file format. Any help or guidance would be appreciated...Thanks in advance. J. Espana |
![]() |
| Thread Tools | |
| Display Modes | |
| |