Options

newbie how to question

dan hendersondan henderson Posts: 2
edited May 17, 2016 3:10PM in SQL Prompt code snippets
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?
Tagged:

Comments

  • Options
    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
    Product Manager
    Redgate Software
Sign In or Register to comment.