Hello, SQL 2008R2
I have tried to search this but only find SQL 2000 answer for CREATE TABLE deny.
I see DENY ALTER TABLE at DENY Object Permissions (Transact-SQL) but do not see CREATE.
What I want to do is keep a .NET developer from adding/modifying table schemas (They have a developement system for that). Do I just execute the command
Will I also need to execute one for ALTER?
Thanks
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!
I have tried to search this but only find SQL 2000 answer for CREATE TABLE deny.
I see DENY ALTER TABLE at DENY Object Permissions (Transact-SQL) but do not see CREATE.
What I want to do is keep a .NET developer from adding/modifying table schemas (They have a developement system for that). Do I just execute the command
Code:
DENY CREATE TABLE TO myuser
Thanks
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!