Link to home
Start Free TrialLog in
Avatar of NevSoFly
NevSoFly

asked on

Is it possible to grant different permissions to multiple tables for the same user in one statement?

Below code that I used to grant the Insert permission:
 
"USE COFSE; GRANT INSERT ON tblUserInfo TO [218009094]"

My question is can I grant different permissions to multiple tables for the same user in one statement,
and if so what is the syntax?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial