How to Execute old sql scripts only if there is any change?

Aug 9 2017 10:21 AM
For eg.
If a table has 10 lakh records. If i run the script it will update the 10 lakh records.
Now, if i run the same script again it should not be executed because it was already executed before and also the table should not update since there is no change in the script .
Now, if the script is changed it should execute now....please help
 

Answers (4)