I would like to 'deny' access to certain users in sql but the problem is i have around 500 tables. for each tables i have numerous columns. does sql have a mass update feature rather than i have to deny access for example the 'delete' access for each table?
if not, can i execute an sql script to simply automate the 'deny' to all 'delete' access for all tables?
tnx
if not, can i execute an sql script to simply automate the 'deny' to all 'delete' access for all tables?
tnx