Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.08 KB

select-a-package.md

File metadata and controls

59 lines (43 loc) · 2.08 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords
Select a Package
Select a Package
chugugrace
chugu
03/14/2017
sql
integration-services
conceptual
sql13.dts.designer.selectapackage.f1
Select a Package dialog box

Select a Package

[!INCLUDEsqlserver-ssis]

Use the Select a Package dialog box to specify the package from which the Message Queue task can receive messages.

Static Options

Location
Specify the location of the package. This property has the options listed in the following table.

Value Description
[!INCLUDEssNoVersion] Set the location to an instance of [!INCLUDEssNoVersion]. Selecting this value displays the dynamic options, Server, Use Windows Authentication, Use SQL Server Authentication, User name, and Password.
DTSX file Set the location to a DTSX file. Selecting this value displays the dynamic option, File name.

Location Dynamic Options

Location = SQL Server

Package name
Select a package that is stored on the specified server.

Server
Provide a server name or select a server from the list.

Use Windows Authentication
Click to use Windows Authentication.

Use SQL Server Authentication
Click to use [!INCLUDEssNoVersion] Authentication.

User name
If using [!INCLUDEssNoVersion] Authentication, provide a user name to use when logging on to the server.

Password
If using [!INCLUDEssNoVersion] Authentication, provide a password.

Location = DTSX file

File name
Provide the path of a package or click the browse button (...) and locate the package.

See Also

Message Queue Task