Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

Creating database role which has all the access on the database objects (this is required as a substitute for DB_owner)

$
0
0

We want to create a database role which has all the access on the database objects(SELECT , INSERT , update , create table, create proc, alter etc).

This is required because we do not want to use db_owner role for some reason


aa


Viewing all articles
Browse latest Browse all 7129

Trending Articles