Browse Wiki Pages by Tags

Showing related tags and posts for the Wikis application. See all tags in the site
  • SSIS Dinamically call a SSIS package (Filesystem location)

    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...
    Posted to SSIS Tips by PedroCGD on 07-15-2009
    Filed under:
  • SSIS Data Reader parametized query (Sybase, AS400...)

    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...
    Posted to SSIS Tips by PedroCGD on 07-14-2009
    Filed under: , , ,
Page 1 of 1 (2 items)