- Support
- PrinterOn Enterprise
- How to create an SQL user and assign DB owner permission - c06355663
How to create an SQL user and assign DB owner permission - c06355663
-
Once connected to your DB using Microsoft SQL Server Management Studio, expand Security and Logins
-
Right click on Logins and create a new User, choose SQL Server authentication and set a password.
-
Once the user is created right click on the
user name
and select properties
-
Select User Mapping from the
left hand
menu
-
Check all the databases you want to grant DB owner permission on the left menu.
-
Once checked check
DB_Owner
on the bottom.