Calling an SSIS package from another SSIS package is, on the surface, a simple task. You just use the Execute Package Task and point it to a package on a SQL Server or somewhere in the file system ...
BlueFinity International, a member of the Mpower1 Group of Companies, has added a new product to its range of Microsoft development tools for MultiValue users. BlueFinity's mv.SSIS allows MultiValue ...
Execute SQL tasks run stored procedures or SQL queries from SSIS packages. A task executes any SQL statements that have been passed to it in sequential order. It provides you with a handy way to store ...
You can design your SSIS packages in various ways, but you should always keep your goals and other factors in mind The other night, I gave a presentation on SSIS architecture to a local user group, ...
I am working on a project that requires moving data from a large un-normalized access database to a new well constructed sql server database. I've already gone about moving the access db to Sql Server ...