Hi All,
I want to make a stored procedure which will track the following changes in my project:
1. Addition and deletion of schema
2. Addition and deletion of tables
3. Any alterations in the tables i..e Row and column store
4. Addition and deletion of columns.
5. Datatypes of the columns if altered
The stored procedure will be made such that whenever we call it, it should display us the above changes underwent. It can be run on a regular basis or at the EOD to keep a track of the changes.
Can we take anything here as input parameters as all the fields we have to track is dynamic and nothing needs to be given at CALL time.
Please help me in this regard as I am new to this and would appreciate if I get help.
Thanks,
Tuhin.