Re: Table Permissions
- From: "Tom Moreau" <tom@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Aug 2008 15:58:53 -0400
As long as (s)he is connected to SQL Server as the same user in both cases,
then that person's privileges will be the same in either case.
--
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau
"dch3" <dch3@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4315BB59-2C01-4EFE-9498-E5F0A15B1003@xxxxxxxxxxxxxxxx
If we're using Access as a Front End where the SQLServer tables are
obviously
linked, I assume that we can't have a scenario where a person has the
ability
to delete a record via the Front End *but* can't open the linked table and
delete it? In other words, the ability to delete a record is all or
nothing -
either you can or you can't regardless if you're looking at the record via a
linked table or using a Front End. (ASP pages excepted.)
"Tom Moreau" wrote:
Correct. You can use the GRANT statement to do that. Now, if you want
them
to have read permission on all tables and views, then you can add them to
the db_datareader role.
--
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau
"dch3" <dch3@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F1131EEA-F4F3-4F67-87DC-06B85982242D@xxxxxxxxxxxxxxxx
I'm assuming that its possible to restrict a user to read-only access for
any
particular table in a database?
.
- References:
- Table Permissions
- From: dch3
- Re: Table Permissions
- From: Tom Moreau
- Re: Table Permissions
- From: dch3
- Table Permissions
- Prev by Date: Re: Table Permissions
- Next by Date: Re: Logon triggers
- Previous by thread: Re: Table Permissions
- Index(es):
Relevant Pages
|