In SQL :-
How to handle the schema or stored procedure change logs in a table?
Whenever there some changes applied on the stored procedure, that change has to be store in a table. Changes will provide additional details on what was changed and when was changed. Will it be possible to store the change logs in a table? If so, how we do that?