-
To call dinamically a package located at the filesystem, you can do that inside the package (1) or from a bat file (2) 1. From a bat file Create a bat file and add the following code: (replace MyPackageName by your package name) set OLDDIR=%CD% dtexec /F "%OLDDIR%\MyPackageName.dtsx 2. From a SSIS...
-
A usually request that see often is how to create a dynamic parametized query inside a data reader source. Normally required to connect to Sybase, AS400 or others through ODBC connection. Because this is a tip follow the sequence of the images below. If you have some doubts, let me know. Step 1. Create...