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

Get changes for database to put inot Source Control

Hi
I am a new user so just trying it out.

I have an original database backup and have made a few changes to that database prior to getting SQL Source Control

How can I "baseline" the original database into SC and then generate the changes I have made by restoring the latest version?

Thanks

Len
lnrobby
0

Comments

1 comment

  • Sergio R
    Hi Len,

    If you have a backup of both the original state and the current state and want to keep both in Source Control, you could:

    1- Restore original state
    2- Link DB to Source Control
    3- Commit original state to Source Control
    4- Restore current state
    5- Commit current state to Source Control

    Your Version Control System should now contain both versions of the DB

    Thank you,
    Sergio R
    0

Add comment

Please sign in to leave a comment.