sp_getmergedeletetype (Transact-SQL)
SQL Server 2012
Returns the type of merge delete. This stored procedure is executed at the Publisher on the publication database or at the Subscriber on the subscription database.
Returns the type of merge delete. This stored procedure is executed at the Publisher on the publication database or at the Subscriber on the subscription database.
Is the name of the source object. source_object is nvarchar(386), with no default.
Is the row identifier for the delete type. rowguid is uniqueidentifier, with no default.
Is the code indicating the type of delete. delete_type is int, with no default. delete_type is also an OUTPUT parameter, and can be one of these values.
|
Value |
Description |
|---|---|
|
1 |
User delete |
|
5 |
Partial delete |
|
6 |
System delete |
