Re: Permissions to syslogins
From: Audrey Lim (robwhitz_at_yahoo.com)
Date: 07/30/03
- Previous message: Rick Stenson: "Resetting SQL Server Authentication / Security?"
- In reply to: Jasper Smith: "Re: Permissions to syslogins"
- Next in thread: Dan Guzman: "Re: Permissions to syslogins"
- Reply: Dan Guzman: "Re: Permissions to syslogins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 29 Jul 2003 18:35:46 -0700
Hi,
The sa is a secured id under key and lock. Therefore I
have to create a separate id 'dba' to allow me to
administer the database. In fact, 'dba' has most of the
roles, but not System Administration, as this will allow
the id to perform any tasks on the database.
Is there any other way out for me to query syslogins on
password that is null?
Regards,
Audrey
>-----Original Message-----
>If you look at the permissions on syslogins you'll see it
has column level
>permissions on it and public is denied select permission
on the password
>field. Only sysadmins should have access to this.
>
>--
>HTH
>
>Jasper Smith (SQL Server MVP)
>
>I support PASS - the definitive, global
>community for SQL Server professionals -
>http://www.sqlpass.org
>
>"Audrey Lim" <robwhitz@yahoo.com> wrote in message
>news:0ab801c355dd$5d236540$a501280a@phx.gbl...
>I have created a new id 'dba' and attempted to use this id
>to query the syslogins. It gave me an error that I do not
>have permission to the view.
>
>I opened up 'SELECT' permissions on the view to dba, but
>hit the error stating that I do not have permission
>to 'password' field.
>
>Is there any special rights needed to access this field?
>Basically I'm performing a query to return users with null
>password.
>
>Regards,
>Audrey
>
>
>.
>
- Previous message: Rick Stenson: "Resetting SQL Server Authentication / Security?"
- In reply to: Jasper Smith: "Re: Permissions to syslogins"
- Next in thread: Dan Guzman: "Re: Permissions to syslogins"
- Reply: Dan Guzman: "Re: Permissions to syslogins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|