Re: sql2k5 security
- From: <param@xxxxxxxxxxxxxxxx>
- Date: Mon, 19 Jun 2006 11:21:57 -0500
But what if I only wanted to give webuser permissions to execute stored
procedures and views and have no direct select,insert on the tables? This
used to work in SQL2000 right?
"Wei Lu" <weilu@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:yIWWf93kGHA.4284@xxxxxxxxxxxxxxxxxxxxxxxx
Hi Param,
Thank you for using Microsoft MSDN Managed Newsgroup Support!
Would you please try to use the following statement to grant the
permission
for the login?
GRANT SELECT, INSERT ON dbo.table1 TO webuser
The GRANT will give the permission on the specified database object for
the
certain User.
Please refer the following article:
GRANT (Transact-SQL)
http://msdn2.microsoft.com/en-us/library/ms187965.aspx
Hope this will be helpful!
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: sql2k5 security
- From: Wei Lu
- Re: sql2k5 security
- References:
- sql2k5 security
- From: param
- Re: sql2k5 security
- From: David Browne
- Re: sql2k5 security
- From: param
- Re: sql2k5 security
- From: Wei Lu
- sql2k5 security
- Prev by Date: Re: SQL Injection Code Help
- Next by Date: Security: Allowing users to see results of view, but not design view of view
- Previous by thread: Re: sql2k5 security
- Next by thread: Re: sql2k5 security
- Index(es):
Relevant Pages
|