I know this should be possible, I just can't find how to do it (in a short time frame)!
I want to create a user for a database which has no permissions to create tables/etc and also has no permissions to select/insert/etc frm any tables.
This user will, however have permissions to stored procedures which can do the above.
e.g.
-User test1 has no permissions to create tables on database abc.
-User test1 has permission to execute stored procedure xyz on database abc.
-procedure xyz has permission to create tables on database abc.
Possible? <insert witticism here>
codestorm
I want to create a user for a database which has no permissions to create tables/etc and also has no permissions to select/insert/etc frm any tables.
This user will, however have permissions to stored procedures which can do the above.
e.g.
-User test1 has no permissions to create tables on database abc.
-User test1 has permission to execute stored procedure xyz on database abc.
-procedure xyz has permission to create tables on database abc.
Possible? <insert witticism here>
codestorm