Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.24 KB

sql-database-grant-database-user-dbo-permissions.md

File metadata and controls

20 lines (11 loc) · 1.24 KB

Grant new database user db_owner permissions

Use the following steps to grant an existing database user db_owner permissions

Theses steps assume that you are connected to SQL Database in Object Explorer in SSMS and are connected to your SQL Database logical server as a server-level principal administrator or with a user account with permissions to grant user permissions.

  1. In Object Explorer, expand the Databases node and select the database with the user to which you wish to grant dbo permissions.

    SQL Server Management Studio: Connect to SQL Database server

  2. Right-click the selected database and then click Query.

    SQL Server Management Studio: Connect to SQL Database server

  3. In the query window, edit and use the following Transact-SQL statement to grant dbo permissions to a specified user.

    SQL Server Management Studio: Connect to SQL Database server