pelegk1
11-20-2005, 11:09 AM
i succeded only to change the permissions on 1 table at same time!
grant all SELECT
on register_detailes to user_test
is there a way to make it so in 1 line of code for the same user it will let me change the permissions on all tables of the same DB ?.
thnaks in advance
peleg
grant all SELECT
on register_detailes to user_test
is there a way to make it so in 1 line of code for the same user it will let me change the permissions on all tables of the same DB ?.
thnaks in advance
peleg