Re: what account does the server use to run sp
From: Andrew Pliszka (apliszkasql_at_alienforceit.com)
Date: 04/28/03
- Previous message: niitmalad: "how to check the relationship in tables"
- In reply to: steve anthony: "Re: what account does the server use to run sp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 27 Apr 2003 17:42:08 -0700
>> Its not that the sp doesn't
>>run I get permission error on the table that are used in
>>the stored procedure.
Check user's permissions on the table reported in the
error.
If the user have no permission to change a table, then sp
executed by the same user should not have permission
change the table as well.
Andrew Pliszka
>-----Original Message-----
>Permissions have been matched. Its not that the sp
doesn't
>run I get permission error on the table that are used in
>the stored procedure.
>
>
>
>>-----Original Message-----
>>The user that is trying to execute the sp on the new
>server doesn't have
>>EXECUTE permissions, or the user was denied
>select/update/insert permissions
>>on the table. On the existing production server,
>determine how the user has
>>EXECUTE permissions on the stored procedure and
duplicate
>the permissions to
>>the new server.
>>
>>
>>Peter Saddow
>>
>>--
>>This posting is provided "AS IS" with no warranties, and
>confers no rights.
>>Use of included script samples are subject to the terms
>specified at
>>http://www.microsoft.com/info/cpyright.htm.
>>
>>
>>
>>"Steve Anthony" <Santhony@nebraska.edu> wrote in message
>>news:03bb01c30b3d$129681f0$3401280a@phx.gbl...
>>> I now that the user needs to have access to a sp to run
>>> it. But what account does the server use to run the sp.
>>> Our production server runs the same sp fine. our "new"
>>> test server when running the same sp gives permission
>>> errors on the tables that are accessed by the sp. Any
>>> Idea's
>>>
>>>
>>
>>
>>.
>>
>.
>
- Previous message: niitmalad: "how to check the relationship in tables"
- In reply to: steve anthony: "Re: what account does the server use to run sp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|