我正在使用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
知道错误消息来自何处?
由于