SQ[L package_name Loads a package that is stored in SQL Server. The package_name argument specifies the name and path of ...

SQ[L] package_name  Loads a package that is stored in SQL Server. The package_name argument  specifies the name and path of the package to retrieve.  However, you can use the SQL option in conjunction with options SrcUser,  SrcPassword, and SrcServer. If you omit the SrcUser option, Windows  Authentication is used to access the package. If it is present, the SrcUser  login name specified is associated with SQL Server Authentication.  You can use the SrcPassword option only in conjunction with the SrcUser option. If you use the SrcPassword option, DTUtil accesses the package with the user  name and password information that you provide. If you omit the SrcPassword  option, a blank password is used.  * Security Note: When possible, use Windows Authentication.   If the SrcServer option is omitted, the default local instance of SQL Server is assumed.  If you use the SQL option in conjunction with any of the following options,  DTUtil fails:  o DTS  o File