This commit is contained in:
2024-08-23 16:57:05 +02:00
parent b0d0ede769
commit a0c7d14a63
14 changed files with 935 additions and 141 deletions

View File

@@ -17,7 +17,7 @@ TPDT-535
This procedure is used by Delphix to disable change tracking on every tables of a given db and schema
This is a wrapper around [hciTools].[dbo].[DBA_Change_Tracking_Maintenance] that refuses to enable maintenance mode on all tables directly.
This is a wrapper around [arizona].[dbo].[DBA_Change_Tracking_Maintenance] that refuses to enable maintenance mode on all tables directly.
*/
CREATE PROCEDURE delphix.change_tracking_mgmt
@schema_name VARCHAR(100) = 'dbo'