Re: Permissions on master..sysservers
From: Mateo (m_leija_at_hotmail.com)
Date: 10/07/03
- Next message: Mateo: "Re: Permissions on master..sysservers"
- Previous message: Dave Brooks: "Cancelling a dts package"
- In reply to: Jasper Smith: "Re: Permissions on master..sysservers"
- Next in thread: Jasper Smith: "Re: Permissions on master..sysservers"
- Reply: Jasper Smith: "Re: Permissions on master..sysservers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 7 Oct 2003 10:17:01 -0600
The application does perform a 'select *' and would require a rewrite. The
application uses linked servers to link to other SQL Servers. The
providerstring column is null for the linked servers, so it may be OK to
remove the constraint.
I've noticed the constraint is across all of our SQL2K SP3 installations,
but not SQL7. Granting the account 'System Administrators' permissions gives
it the necessary permissions to perform the select, but this is not an
option.
Thanks for your help,
Mateo
"Jasper Smith" <jasper_smith9@hotmail.com> wrote in message
news:uKdsFDKjDHA.1784@tk2msftngp13.phx.gbl...
> Off the top of my head I would guess this is because that column could
> contain a user/password combo in the provider string. Does the application
> require that column (is it doing a select * ?) , would it be possible to
> rewrite to not access that column if it was not required ? The danger
would
> be exposing a user/password I guess but if you have no linked servers set
up
> exposing that information then it may not do too much harm to allow select
> against it.
>
> --
> HTH
>
> Jasper Smith (SQL Server MVP)
>
> I support PASS - the definitive, global
> community for SQL Server professionals -
> http://www.sqlpass.org
>
> "Mateo" <m_leija@hotmail.com> wrote in message
> news:%23is%23m8FjDHA.1544@tk2msftngp13.phx.gbl...
>
> We have a vendor application that performs a select statement on the
> master...sysservers table (SQL2K). However, there's a 'Column Deny' select
> constraint on the providerstring column causing the select statement to
> fail. Is this standard or is there a SP or Hot Fix that made this change?
> I'd like to know the risks of removing this constraint.
>
> Thanks in advance,
> Mateo
>
>
>
- Next message: Mateo: "Re: Permissions on master..sysservers"
- Previous message: Dave Brooks: "Cancelling a dts package"
- In reply to: Jasper Smith: "Re: Permissions on master..sysservers"
- Next in thread: Jasper Smith: "Re: Permissions on master..sysservers"
- Reply: Jasper Smith: "Re: Permissions on master..sysservers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|