The generated Synchronized script has several DROP statements at the then, including DROP SCHEMA which drops the schema where my tables are... The tail end of the script looks like this: ``` CREATE procedure [idi].[*] as begin * end GO DROP SCHEMA [idi_tmp] GO DROP SCHEMA [rnd] GO DROP SCHEMA [gdi_atomic] GO DROP SCHEMA [idi] ``` (For brevity I've removed the procedure name and body) But, in this case, idi (and the other schema's that are dropped) are schema's that I need!