我正在使用 webdeploy.exe 来部署带有 dbfullsql 提供程序的数据库实例。命令语法如下:
msdeploy.exe" -verb:sync -source:dbFullSql="%temp%\SQL-Database\xxxx.sql", -dest:dbFullSql="Data Source="%SQLSERVERNAME%"; database=xxxx; Persist Security Info=True; Integrated Security=true;",dropDestinationDatabase=true,transacted=false,forceScriptDatabase=true,ScriptDropsFirst=true
数据库实例已成功安装在目标 sql server 实例中。但是我收到如下错误消息:
错误:非静态方法需要目标
错误计数 = 1
知道错误消息来自哪里吗?
谢谢