I am trying to use msdeploy through our CI server to transfer local database to remote using dbFullSql provider
It works the first time when the remote db is blank but subsequent times it fails.
I have tried using ScriptDropsFirst=true but due to having foreign key constraints this doesnt work.
Has anyone got any ideas what the proper syntax is to get this working?
Thanks,
Adrian