Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vb.net SQL Serverデータベース接続でread_onlyをread_writeに変更するには? エラーメッセージ:
データベースが読み取り専用であるため、データベースを更新できませんでした
この変更は、データベース サーバーで行う必要があります。詳細については、以下の記事を参照してください。
http://social.msdn.microsoft.com/forums/en-US/sqlgetstarted/thread/7925902b-9d6f-445a-8432-e58e7580d65d/
exec sp_addrolemember db_datawriter, MYUSER