Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Lightweight source control

By Jamie Ingram-729524, 2009/04/22

This was written as a quick versioning control for stored procedures that I was working on.

Usage:

<stored proc code>

IF @@ERROR = 0

BEGIN

EXEC AX_BackupRoutines <proc name>

END

 

To retieve data

SELECT ObjectText

FROM ObjectHistory

WHERE ObjectName = <proc name>

AND Version = n

where n is a number

 

Total article views: 986 | Views in the last 30 days: 3
 
Tags
source control    
stored procedures    
t-sql    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones