mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update clean_up_data_sync_objects.sql
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
declare @TableName nvarchar(max)
|
||||
set @TableName = 'yourTableName'
|
||||
--In case you wish to delete objects related to all the tables you can uncomment the following:
|
||||
set @TableName = ''
|
||||
--set @TableName = ''
|
||||
|
||||
|
||||
-- List Data Sync user tables
|
||||
|
||||
Reference in New Issue
Block a user