Toolkit/Packager question
Brian Donahue
Posts: 6,590 Bronze 1
Hi Steve,
Yes! If you can set some of the command line options, you can set the /quiet switch on the package executable. Here is a list of current command line options:
Command line options:
/server:<server>
The name of the sql server. The default is (local)
/database:<database>
The name of the database
/username:<username>
The user name for the database
/password:<password>
The password for the database
/quiet
Indicates the package will run without any user interface
/makedatabase
Indicates the database will be created in the specified server
Yes! If you can set some of the command line options, you can set the /quiet switch on the package executable. Here is a list of current command line options:
Command line options:
/server:<server>
The name of the sql server. The default is (local)
/database:<database>
The name of the database
/username:<username>
The user name for the database
/password:<password>
The password for the database
/quiet
Indicates the package will run without any user interface
/makedatabase
Indicates the database will be created in the specified server
This discussion has been closed.
Comments
Self-modifying code? Good one! I wish I'd thought of that!