dtutil and package configuration
I have a requirement that the below:
1. package project need to deploy to MSDB\A and MSDB\B on the same SQL Server.
2. All the packages under MSDB/A should use configuration files stored in C:\A
All the packages under MSDB/B should use configuration files stored in C:\B
Configuration for these two folder are different.
My questions:
1. Can I use package deployment window to meet the requirement? From posted topic looks I can not deploy packages to subfolder.
2. If I use dtutil.exe, can it support for configuration files? where to set the configuration files location.
Great thanks
Helen
November 11th, 2010 1:03am