I don't understand why sometimes Transfer.ScriptTransfer() generates a script where some CREATE VIEW statements come even before the actual table declarations.
How's that possible?
I don't understand why sometimes Transfer.ScriptTransfer() generates a script where some CREATE VIEW statements come even before the actual table declarations.
How's that possible?
Possible b/c both the view and the table exist at the time of scripting.
Why would a script be created that couldn't possibly successfully run? I don't know. Bug?