• subscribe
October 18, 2005 12:00 AM

7 Package-Configuration Tidbits

SQL Server Pro
InstantDoc ID #47907

Here are seven things everyone should understand about package configurations:

  • Using one configuration file (resident configuration) per server is optimal.
  • You can apply more than one configuration to a package.
  • You can apply one configuration to more than one package (this is how resident configurations work).
  • Each package configuration is applied in the order shown in the Package Configurations Organizer—except Parent Package Configurations, which are applied at execution time.
  • If an entry in a configuration fails, it will only emit a warning. Configurations should never raise an error or cause a package load to fail.
  • You can explicitly set a configuration's location in the package or you can point to it from an environment variable.
  • Configurations are applied at load time, not execution time. So changing a configuration in the designer and then executing the package without reloading it won't apply the configuration. You must reload the package.


ARTICLE TOOLS

Comments
  • ROBERT
    4 years ago
    Apr 02, 2008

    Is there a way to assign a specific drive letter to an environment variable and then use the environemnt variable as the drive letter of the xml configuration files?

You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...