Track all versions of a stored procedure that change multiple times
If a stored procedure has changed 10 times, I want to register or track it in a table in a 10 row column from the initial stored procedure to the latest version, which is 10 different versions of the same stored procedure, can anyone suggest how to do this ?
If you are using dot net it will be helpful to create a database project where you can store SP as well as scripts for all other objects and use some control source where you can maintain version history.