Re: SQL 2000 and Enterprise Manager
From: Andrew J. Kelly (akelly@targitinteractive.com)
Date: 05/20/02
- Next message: Steve Thompson: "Re: Service Account access fails"
- Previous message: Orion Culver: "Service Account access fails"
- In reply to: Ernest DeVore: "Re: SQL 2000 and Enterprise Manager"
- Next in thread: Ernest DeVore: "Re: SQL 2000 and Enterprise Manager"
- Reply: Ernest DeVore: "Re: SQL 2000 and Enterprise Manager"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Andrew J. Kelly" <akelly@targitinteractive.com> Date: Mon, 20 May 2002 15:42:45 -0400
Not sure I understand what you mean by that. Typically how you would use
this is to have the application itself run the sp sp_setapprole as one of
the first things it does. Once this is done the entire connection will only
have the permissions of the app role. So you limit their NT account to be
virtually permission free so they effectively can't use the tools but when
they run the application it will automatically run the sp_setapprole sp.
Maybe this will help:
http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q243053
-- Andrew J. Kelly SQL MVP Targitinteractive, Inc. "Ernest DeVore" <devore_ernest@hotmail.com> wrote in message news:epLZ1pCACHA.2500@tkmsftngp05... > > "Andrew J. Kelly" <akelly@targitinteractive.com> wrote in message > news:#GbjWNCACHA.940@tkmsftngp05... > > Take a look at application roles in booksonline. > > Well, this is exactly what I was looking for, but unfortunately it's > crippled for my usage. I run integrated security with no standard logins. > Many of SQL 2000's cool new features (application roles, linked servers, > etc.) are difficult if not impossible for me to implement. > > Still, I'd recommend this as a little bit of extra security for anyone still > in standard security. > > Thanks for the pointer, Andrew. > > Ernie > > >
- Next message: Steve Thompson: "Re: Service Account access fails"
- Previous message: Orion Culver: "Service Account access fails"
- In reply to: Ernest DeVore: "Re: SQL 2000 and Enterprise Manager"
- Next in thread: Ernest DeVore: "Re: SQL 2000 and Enterprise Manager"
- Reply: Ernest DeVore: "Re: SQL 2000 and Enterprise Manager"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|