I think you can revoke the db_owner permission, as long as the account used still has db_reader/db_writer permissions. Please do check first. At least it won't hurt your system to revoke the permission
That should be possible. DB Owner is only needed during install because it needs to create tables. After that it's not needed, 1 remark. If you install a package that wants to create tables into the database (such as Uforum) you need DB owner rights again.
I can't find the original forum post in question, but as mentioned above here, upgrading from 4.0.x to 4.6.x fails if the database does not have 'DB Owner' rights.
The installer will just hang at 35%.
It seems a few people are having this problem. So just ping on this post as an heads up! Lx
About the db_owner role
Umbraco: 4.0.2.1
ASP.NET: 3.5
Windows and IIS: Win 2003/ IIS6.0
Is it possible to revoke the db_owner permission after installed the Umbraco?
Due to company security policy, the database account used by the application cannot be the db_owner.
Thank you.
I think you can revoke the db_owner permission, as long as the account used still has db_reader/db_writer permissions. Please do check first. At least it won't hurt your system to revoke the permission
Hope this helps.
Regards,
/Dirk
Hi,
That should be possible. DB Owner is only needed during install because it needs to create tables. After that it's not needed, 1 remark. If you install a package that wants to create tables into the database (such as Uforum) you need DB owner rights again.
Cheers,
Richard
I can't find the original forum post in question, but as mentioned above here, upgrading from 4.0.x to 4.6.x fails if the database does not have 'DB Owner' rights.
The installer will just hang at 35%.
It seems a few people are having this problem. So just ping on this post as an heads up! Lx
is working on a reply...