Re: Removing Windows User from the Security folder
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 02/11/04
- Next message: Jeff Price: "Application Role & 2nd Database"
- Previous message: Jasper Smith: "Re: SQL Injection"
- In reply to: Scott: "Removing Windows User from the Security folder"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 10 Feb 2004 23:15:18 -0000
See sp_revokelogin in Books On Line, sp_droplogin is for SQL logins.
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Scott" <scasti1@cox.net> wrote in message news:E38AC590-50C0-44B3-BDA2-91FCC0E43CB3@microsoft.com... > Can't seem to locate the stored procedure for removing a Windows Authenticated User from the Security folder. > > sp_droplogin doesn't seem to work. It only works on SQL Logins. > > Can't find what appears to be proper procedure in Master database. > > What I get is the message "The Login [login name] doesn't exist". > > Thanks for any help. > > Scott > >
- Next message: Jeff Price: "Application Role & 2nd Database"
- Previous message: Jasper Smith: "Re: SQL Injection"
- In reply to: Scott: "Removing Windows User from the Security folder"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|