MS SQL – Creating a user with full permissions to the database

Create the user “admin_web” with the username “admin_web“, password “password1234” and provide the owner permissions to the database “artem_services” Create LOGIN:   Use necessary database:   Create a USER for the previously created LOGIN:   Add a USER to the database owners group: