| title | Data Collector Stored Procedures (Transact-SQL) | Microsoft Docs | |||
|---|---|---|---|---|
| ms.custom | ||||
| ms.date | 03/06/2017 | |||
| ms.prod | sql-non-specified | |||
| ms.reviewer | ||||
| ms.suite | ||||
| ms.technology |
|
|||
| ms.tgt_pltfrm | ||||
| ms.topic | language-reference | |||
| dev_langs |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 9dd2824f-ea55-439b-8cd5-3a81fedb1432 | |||
| caps.latest.revision | 30 | |||
| author | JennieHubbard | |||
| ms.author | jhubbard | |||
| manager | jhubbard |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]
SQL Server supports the following system stored procedures that are used to work with the data collector and the following components: collection sets, collection items, and collection types.
Important
Unlike regular stored procedures, the parameters for data collector stored procedures are strictly typed and do not support automatic data type conversion. If these parameters are not called with the correct input parameter data types, as specified in the argument description, the stored procedure returns an error.
The following stored procedures are for internal use only:
-
sp_syscollector_get_warehouse_connection_string
-
sp_syscollector_set_warehouse_connection_password
-
sp_syscollector_set_warehouse_connection_user
-
sp_syscollector_event_oncollectionbegin
-
sp_syscollector_event_oncollectionend
-
sp_syscollector_event_onpackagebegin
-
sp_syscollector_event_onpackageend
-
sp_syscollector_event_onpackageupdate
-
sp_syscollector_event_onerror
-
sp_syscollector_event_onstatsupdate