database restrict

  • hi everyone,

    how to restrict alter statement dml,ddl database in sql server 2012

    thanks

    Rajnidas

  • By giving (GRANT/DENY or adding them to roles) the appropriate permissions to people?

    For example, you can add people to the DDL_ADMIN role if you want them to execute DDL.

    If you add people for example only to the db_reader role, they can read data but they cannot change it or execute DDL statements.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply