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