何,
我正在尝试使用msdeploy命令行工具将数据库从dev复制到test。
除了我想在测试中删除数据库然后重新创建它们
之外似乎有效-verb:sync -source:dbFullSql="Data Source=DEVSERVER;Initial Catalog=XXX_Application;Integrated Security=true",dropDestinationDatabase=true -dest:dbFullSql="Data Source=111.111.111.111;Initial Catalog=XXX_Application;uid=admin;pwd=xxx;Integrated Security=false",dropDestinationDatabase=true
这是我的命令行。
为什么忽略dropDestinationDatabase选项?
管理员用户具有删除权限。
此致 罗布
答案 0 :(得分:1)
我认为您需要将参数仅附加到-dest:dbFullSql开关
http://technet.microsoft.com/en-us/library/dd569036(WS.10).aspx