How can we help you today? How can we help you today?

Moving columns without using migration scripts

What is the best way to move a column and preserver data without using migration scripts?
MGibson
0

Comments

1 comment

  • Sergio R
    If this is something that you need regularly I would advise switching to using SQL Change Automation.

    If this is something that you need infrequently then you can carry out this type of change by using a Pre or Post-Deployment script combined with a filter that excludes the table that you are changing.
    Sergio R
    0

Add comment

Please sign in to leave a comment.