bluecjh
Programmer
- Mar 12, 2003
- 385
sql server 2005:
if i give:
GRANT CREATE TABLE TO test12
grant insert to test12
grant select to test12
why is user unable to
select job_no into mytbl from dbo.job
user gets
Msg 15247, Level 16, State 4, Line 1
User does not have permission to perform this action.
what other rights are required
thanks...
BlueCJH
if i give:
GRANT CREATE TABLE TO test12
grant insert to test12
grant select to test12
why is user unable to
select job_no into mytbl from dbo.job
user gets
Msg 15247, Level 16, State 4, Line 1
User does not have permission to perform this action.
what other rights are required
thanks...
BlueCJH