Re: rights for each login
From: Uri Dimant (urid_at_iscar.co.il)
Date: 08/03/04
- Next message: Sam: "Scrub Data Idea needed."
- Previous message: Uri Dimant: "Re: Reading Log Files"
- In reply to: maxzsim: "Re: rights for each login"
- Next in thread: maxzsim: "Re: rights for each login"
- Reply: maxzsim: "Re: rights for each login"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 12:34:07 +0200
BOL says
B. List the permissions for a user
This example lists all permissions that user Judy has in the current
database.
EXEC sp_helprotect NULL, 'Judy'
If you get the error (in your case) so the user abc does not exist in the
system"maxzsim" <anonymous@discussions.microsoft.com> wrote in message
news:a21f01c4793b$87054f40$a501280a@phx.gbl...
> Hi Uri ,
>
> thks but can i find out further
>
> i have used exec sp_helprotect null, 'abc' which abc is a
> user. however the system returns 'there are no matching
> roles on which to report'
>
> in ur opinon , wat could be the cause ?
>
> thks & rdgs
> >-----Original Message-----
> >Hi
> >1) Look at sp_helprotect system procedure.
> >
> >2)sp_helprole
> >
> >
> >
> >"maxzsim" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:9ec501c4791f$01827350$a401280a@phx.gbl...
> >> Hi ,
> >>
> >> 1 - How do i know the rights for each logins ? is
> there
> >> any command to show it ?
> >>
> >> 2 - There's a client application linked to the SQL
> >> server , how will i be able to check if it's using the
> >> application role or the role specified inside the SQL
> >> server ?
> >>
> >> Appreciate if there's anyone that could help me out
> >>
> >> thks & rdgs
> >>
> >
> >
> >.
> >
- Next message: Sam: "Scrub Data Idea needed."
- Previous message: Uri Dimant: "Re: Reading Log Files"
- In reply to: maxzsim: "Re: rights for each login"
- Next in thread: maxzsim: "Re: rights for each login"
- Reply: maxzsim: "Re: rights for each login"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|