How to: Create repeatable transforms on a given database schema #25046
Unanswered
andrewksmith
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wish to create a script with parameters which will allow me to transform an input SQLServer database schema.
For instance, I wish to amend some but not all tables in the input schema to be system versioned including adding new start/end datetime2(7) columns with defaults. I would like the defaults themselves to be created as a transform I can run before running this transform.
Suggestions please.
Beta Was this translation helpful? Give feedback.
All reactions