Skip to content

Commit 903fd5c

Browse files
authored
Update clean_up_data_sync_objects.sql
1 parent 0fd1c51 commit 903fd5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-data-sync/clean_up_data_sync_objects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
declare @TableName nvarchar(max)
22
set @TableName = 'yourTableName'
33
--In case you wish to delete objects related to all the tables you can uncomment the following:
4-
set @TableName = ''
4+
--set @TableName = ''
55

66

77
-- List Data Sync user tables

0 commit comments

Comments
 (0)