bids - SSIS Project Connections -
using visual studio build ssis packages. project connections - seem idea i'll instead of repeating code....
problem when try run packages individually outside visual studio, dtexec, don't have connection associated them fail.
do have duplicate package connections 20 packages? there not way share connection?
i want able run each package separately/in groups have differing schedules.
i'm developer visual studio default goto - sql server provide better house this?
thanks
for non-project based connections, when run package, it'd take form like
dtexec /file mypackage.dtsx however, project based connections, need include project in dtexec call. otherwise, you'll end missing connection errors
dtexec /package mypackage.dtsx /project myproject.ispac note: current documentation inaccurate specifies /file mypackage.dtsx /project myproject.ispac /file parameter invalid project deployment model solutions
Comments
Post a Comment