We adopted WebDeploy for a new project and it seems to be very good at deploying our applications on our Dev and test servers.
Now we would like to expand the use of WebDeploy so that it also deploys database changes.
Copy Gu blogpost to webdeploy :
Web Deploy allows you to not only publish files, but also provide database schema / data, start database, modify scripts, set security ACLs and more
... but I cannot find any good information on how to run database modification scripts using WebDeploy.
Does anyone have any recommendations, tips, best practices or informational links?
thanks
Darren.
database deployment database-schema webdeploy
dbruning
source share