Skip to content

Synchronized Script has DROP SCHEMA's #1

Description

@RedWizardry

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions