Re: INsert permissions given, but cannot insert Data

From: BP Margolin (bpmargo@attglobal.net)
Date: 11/16/02


From: "BP Margolin" <bpmargo@attglobal.net>
Date: Sat, 16 Nov 2002 16:05:47 -0500


First, I'd suggest that you confirm that permissions have actually been
given ... you should be able to do this fairly easily using Enterprise
Manager ... right-click on a table name, choose the All Tasks option, and
then the Manage Permissions option.

If that appears to be ok, then I'd check that you are actually giving
permissions to the same table being used by your user. One can have
multiple, for example, "waljustia" tables in the same database. For example,
all the following are actually different tables:

dbo.waljustia
waljustia.waljustia
george.waljustia

Granting permissions on one of the above does not confer permissions on the
others.

Lastly, confirm that your user is actually connecting using the login that
you think is being used. It's not going to help if you grant permissions to
a SQL Server login/user, when your user is actually using Windows
Authentication :-)

-------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.

"waljustia" <waljustia@yahoo.com> wrote in message
news:218701c28cc8$c2261a20$8af82ecf@TK2MSFTNGXA03...
> I have assigned the user SELECT, INSERT, UPDATE, DELETE,
> DRI permissions so that they can execute all these tasks.
> Yet when they try to run an INSERT statement they are
> given the message that they don't have permissions to run
> an insert command...What would/could cause this to occur?
>
>
>
> >-----Original Message-----
> >To begin with, INSERT permissions are not given to
> a "database", but to
> >database objects ... usually, tables. So I, for one, have
> no idea of what
> >you did ... perhaps you did give INSERT permission to a
> table, but that's
> >not what you have posted, so it's very difficult to
> understand exactly what
> >you did do.
> >
> >Could you provide a more detailed explanation of exactly
> what you tried, and
> >please try to be as precise and as accurate as possible.
> Since no one here
> >is able to be looking over your shoulder to see what you
> see, you need to be
> >precise and accurate in describing the situation in order
> for others to
> >assist you.
> >
> >-------------------------------------------
> >BP Margolin
> >Please reply only to the newsgroups.
> >When posting, inclusion of SQL (CREATE TABLE ...,
> INSERT ..., etc.) which
> >can be cut and pasted into Query Analyzer is appreciated.
> >
> >"waljustia" <waljustia@yahoo.com> wrote in message
> >news:08d501c28c40$4b314170$8af82ecf@TK2MSFTNGXA03...
> >> I have set the insert permissions for a user for a
> >> database, but when they go to run an insert, they are
> >> given an error stating that they dont' have the
> >> permissions for inserting. Why?
> >
> >
> >.
> >



Relevant Pages

  • Re: List Users Permissions down to table.column action
    ... THIS STORED PROCEDURE GENERATES COMMANDS ... -- FIXED PROBLEMS WITH STATEMENT LEVEL PERMISSIONS GRANTING. ... -- CREATE TABLE TO HOLD LIST OF USERS IN CURRENT DATABASE ... -- GRANT USER ACCESS TO SERVER ROLES ...
    (microsoft.public.sqlserver.security)
  • Re: User access on a company intranet
    ... Yes they need full permissions on the folder where the backend is. ... You wouldn't need to do this in your copy of the database. ... However you can toggle the shiftkey bypass from another mdb file. ... When you want to implement security, you create a new mdw file, ...
    (microsoft.public.access.security)
  • Re: Active directory corruption
    ... During an installation of PHP I accidentally changed permissions for the ... Active Directory database is unavailable because it is damaged, ... Open a command prompt and run NTDSUTIL to verify the paths for the ...
    (microsoft.public.windows.server.sbs)
  • Re: Active directory corruption
    ... default web site and copied the permissions to all the child ... as it may not be the database that is the problem. ... prompt, use the ESENTUTL to check the integrity of the database. ... To recover the database type the following at the command prompt: ...
    (microsoft.public.windows.server.sbs)
  • Problem is w/ .ADP..Re: SQL db Permissions for users not working
    ... You do not have SELECT permissions on the ... SysObjects system table in the database. ... figured out that qualifying the database owner (dbo in my ... >> I feel that the object owner is not dbo, ...
    (microsoft.public.sqlserver.security)