Arjun SreeVastsva
SSCertifiable
Points: 7141
More actions
June 7, 2011 at 5:08 am
#238724
Hi,
Can i know the how to give permission to user access the single table in a database .?
Suresh B.
SSC-Insane
Points: 22986
June 7, 2011 at 5:14 am
#1334901
USE <DatabaseName>
GO
GRANT SELECT ON <TableName> TO <UserName>
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply