| title | sp_getsubscriptiondtspackagename (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/06/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | language-reference | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 606c40aa-2593-43af-9762-0f260bbb51f2 | ||
| caps.latest.revision | 32 | ||
| author | BYHAM | ||
| ms.author | rickbyh | ||
| manager | jhubbard |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]
Returns the name of the Data Transformation Services (DTS) package used to transform data before they are sent to a Subscriber. This stored procedure is executed at the Publisher on any database.
Transact-SQL Syntax Conventions
sp_getsubscriptiondtspackagename [ @publication = ] 'publication'
[ , [ @subscriber = ] 'subscriber' ]
[ @publication= ] 'publication'
Is the name of the publication. 'publication' is sysname, with no default.
[ @subscriber=] 'subscriber'
Is the name of the Subscriber. subscriber is sysname, with a default of NULL.
0 (success) or 1 (failure)
| Column name | Data type | Description |
|---|---|---|
| new_package_name | sysname | The name of the DTS package. |
sp_getsubscriptiondtspackagename is used in snapshot replication and transactional replication.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_getsubscriptiondtspackagename.