Re: what account does the server use to run sp
From: SQL Server Development Team [MSFT] (sqldev_at_microsoft.com)
Date: 04/25/03
- Next message: Mark: "SQL Server & IIS"
- Previous message: Steve Anthony: "what account does the server use to run sp"
- In reply to: Steve Anthony: "what account does the server use to run sp"
- Next in thread: steve anthony: "Re: what account does the server use to run sp"
- Reply: steve anthony: "Re: what account does the server use to run sp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Apr 2003 10:39:58 -0700
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 > >
- Next message: Mark: "SQL Server & IIS"
- Previous message: Steve Anthony: "what account does the server use to run sp"
- In reply to: Steve Anthony: "what account does the server use to run sp"
- Next in thread: steve anthony: "Re: what account does the server use to run sp"
- Reply: steve anthony: "Re: what account does the server use to run sp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|