Re: sp_revokedbaccess
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 12/31/03
- Previous message: Dan: "SQL Server and Visual Source Safe"
- In reply to: Lisa: "sp_revokedbaccess"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Dec 2003 19:14:25 -0600
Can you post the sp_revokedbaccess code from your test server? AFAIK, no
new required parameters to this proc were introduced by a service pack.
This would break a lot of code.
-- Hope this helps. Dan Guzman SQL Server MVP "Lisa" <LMZELAZNY_NOSPAM@AOL.COM> wrote in message news:045d01c3cf39$92e061d0$a401280a@phx.gbl... > I've got 2 servers running sql server 2000 enterprise > edition. The prod server has operating system windows nt > 5.0 (2195) and product version 8.00.534 (SP2). The test > server has the same operating system and product version > 8.00.760 (SP3). When I run the sp_revokedbaccess > procedure in the test system, I get the following error > message: Procedure sp_revokedbaccess expect parameter > @error which was not supplied. - regardless if I run using > query analyzer or try to delete the user in the database > directly. This procedure works fine on the prod server. > When I compare the code for sp_revokedbaccess from the > test to prod server, the code is obviously different but I > have been unable to find any references to bugs/fixes from > microsoft, including the latest SP3A release, for the > sp_revokedbaccess procedure. Has anyone else experienced > this problem or do I need to contact microsoft directly? > > Remove the "_NOSPAM" from sender's email address when > replying via email.
- Previous message: Dan: "SQL Server and Visual Source Safe"
- In reply to: Lisa: "sp_revokedbaccess"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|