Skip to content

Commit 3df4b4f

Browse files
authored
Merge pull request MicrosoftDocs#19877 from vitomaz-msft/patch-7
Adding a note about FIRE_TRIGGERS on Bulk Insert
2 parents 2008db6 + 48cf23c commit 3df4b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-sync-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Data Sync is not the preferred solution for the following scenarios:
6363

6464
## How does Data Sync work?
6565

66-
- **Tracking data changes:** Data Sync tracks changes using insert, update, and delete triggers. The changes are recorded in a side table in the user database.
66+
- **Tracking data changes:** Data Sync tracks changes using insert, update, and delete triggers. The changes are recorded in a side table in the user database. Note that BULK INSERT does not fire triggers by default. If FIRE_TRIGGERS is not specified, no insert triggers execute. Add the FIRE_TRIGGERS option so Data Sync can track those inserts.
6767

6868
- **Synchronizing data:** Data Sync is designed in a Hub and Spoke model. The Hub syncs with each member individually. Changes from the Hub are downloaded to the member and then changes from the member are uploaded to the Hub.
6969

0 commit comments

Comments
 (0)