Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
sp_reset_dtc_log (Transact-SQL)
Applies to: 👁 Image
SQL Server 2022 (16.x) 👁 Image
Azure SQL Managed Instance
Clears the Microsoft Distributed Transaction Coordinator (MSDTC) log.
👁 Image
Transact-SQL syntax conventions
Syntax
sp_reset_dtc_log
[ ; ]
Arguments
None.
Return code values
0 (success) or 1 (failure).
Result set
None.
Permissions
Requires sysadmin or have CONTROL SERVER permissions.
Examples
EXECUTE sp_reset_dtc_log;
Related content
Feedback
Was this page helpful?
