• how to give permission to create table and deny drop;

    DENY ALTER ON SCHEMA::DBO TO username -- if we aplly this then we cannot create table.

    i need to give permission to create table and deny drop