Using PowerShell to Apply the Database changes with Change Log.
Using PowerShell to Apply the Database changes with Change Log.
This script is developed to make the database deployments easier and track the changes in more easier manner. Also helps in case if you need to rebuild the entire database based on the delta scripts available.
I have created three functions as mentioned below
Update the dbchangelog table of all the changes
Check for the database existence on the specified server.
Apply the available scripts in…
View On WordPress















