我有一个包含数据库项目和服务器项目的数据解决方案。
我想部署到 SQL 脚本。我不想在 SQL Server (SQL 2008) 上拥有 SysAdmin 权限。
有没有办法做到这一点?我真的不想设置任何设置或上传任何服务器级别的东西。我只有服务器项目,因为我的数据库项目需要它来编译。
我只想要一个不在我的数据库服务器上的东西的 SQL 脚本。
这是我当前的错误信息:
MyDB.dbschema(0,0)Error UNDEFINED00000: The user does not have permission to perform this action.
MyDB.dbschema(0,0)Error TSD01234: Failed to import target model MyDatabaseOnServer. Detailed message A fatal error occurred while the model was being imported.
Done executing task "SqlDeployTask" -- FAILED.
Done building target "DspDeploy" in project "MyDB.dbproj" -- FAILED.
谢谢你的帮助...