I am testing sql server source control. I have a dummy database in sql express 2008 and have been able to link to "demo" source control provided on the opening screen. I have been able to commit 2 changes of a stored proc, but can't find a way to deploy the earlier version. How can I deploy an earlier version of my stored proc?
dan henderson
0

Comments

1 comment

  • David Atkinson
    Which underlying source control system are you using? TFS? SVN? Git? If you're using the native SQL Source Control support for these you can deploy a older version by visiting the View History dialog (on the Object Explorer context menu). This will fire up SQL Compare with the historical version set as the source.

    Does this meet your expectations?
    David Atkinson
    0

Add comment

Please sign in to leave a comment.