How to build Dynamic SSIS package? -
i’m new ssis package.
i need execute same stored procedure available in several remote data bases , insert data main database in office. i’m trying create ssis package implement above requirement. (i used ole db source control , ole db destination control this) way hope increase number of remote data bases in future. there way process rather modify ssis package each time add new remote data base system?
the ole db source control , ole db destination control use connection manager inform connection string, includes database name among other things. can make property variable using ssis configurations, package read xml file example.
read config files, solve problem
Comments
Post a Comment