tencent cloud

TencentDB for SQL Server

Snapshot Isolation Level Check

Download
聚焦模式
字号
最后更新时间: 2026-06-04 15:21:02
本文档由 AI 翻译

Check Details

Check objective
Ensure data consistency for full + incremental synchronization.
Feature Description
When snapshot isolation is not enabled on the source, a one-click repair SQL is provided.
It supports skipping snapshot isolation checks (by using READ COMMITTED + NOLOCK instead).
Check logic
Check whether ALLOW_SNAPSHOT_ISOLATION is enabled for all databases on the source.
When it is not enabled, the task issues a warning and provides a repair SQL.

Fixing Method

The repair SQL is automatically generated by the check item. Refer to the following:
ALTER DATABASE [database_name] SET ALLOW_SNAPSHOT_ISOLATION ON;

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈