Which permissions are required on SQL Server
Hi,
I want to deploy the Sitefinity database on a SQL Server instance. Which permissions are at least required for the account which will access the database? I can't find it anywhere in the documentation. Is db_datareader, db_datawriter and db_ddladmin enought?
Thanks, Jaap
Hi Jaap,
You need db_owner if you are going to create the database though the Project Manager. Also, when using Forms additional tables are created into the database, so you will need permission for this.
All the best,
Ivan Dimitrov
the Telerik team
After some tests, it seems to be enough to have the roles I mentioned (when having an exiting database). I can create e.g. a new product type in the ECommerce module. This will create a new table fine.
Thanks, Jaap
Is this still accurate for sitefinity 5.x? I need to get the permissions corrected on the web accounts so I can do the 5.0 to 5.1 upgrades without errors and my DBAs keep trying to fix it with lesser permissions so an authoritative answer would save some time.