Skip to main content

Community

Connector Improvement: Allow SQL Server connectors to use Snapshot Isolation to avoid blocking

Please sign in to leave a comment.

Comments

1 comment

    Edit: i should have said-- when Snapshot_isolation_state =1 in sys.databases, to use snapshot isolation the fivetran connector would need to issue the following statement at the beginning of each session:

    SET TRANSACTION ISOLATION LEVEL SNAPSHOT;

    And that would do the trick.

    Thanks!