Prevent SQL Server Table operations (INSERT and DELETE) on some tables

Posted by stckvrflw on Stack Overflow See other posts from Stack Overflow or by stckvrflw
Published on 2010-04-28T12:03:20Z Indexed on 2010/04/28 12:13 UTC
Read the original article Hit count: 269

While working with some random sql queries on our databases, we may not want to insert or delete items to some of the database tables by just typing their names by mistake. So how to make them locked to the "editing", to be able to work safe.

Thanks.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql-server-2000