データベース プロジェクトとサーバー プロジェクトを含むデータ ソリューションがあります。
SQL スクリプトにデプロイしたいと考えています。SQL Server (SQL 2008) で SysAdmin 権限を持っている必要はありません。
これを行う方法はありますか?設定をしたり、サーバーレベルのものをアップロードしたりしたくありません。私のDBプロジェクトはコンパイルに必要だったので、私はサーバープロジェクトしか持っていません。
データベースのサーバー上にないものの 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.
助けてくれてありがとう...