Re: How to deny information schema views...
- From: Sue Hoegemeier <Sue_H@xxxxxxxxxxxxx>
- Date: Tue, 20 Mar 2007 18:06:56 -0600
I am wondering if you are seeing something else.
Could you please give us the steps you used to open
information schema views and change the underlying data on
SQL Server 2005? Which views, data in what columns?
As far as I know, what you are saying is not possible.
If it is actually other tables you are referring too, I
think you have a permissions issue with how you have
security set up. I think that's likely the issue anyway.
-Sue
On Tue, 20 Mar 2007 16:51:05 -0700, Roz
<Roz@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks for reply. I want to block access because as my users create their
ODBC DSNs, they can open these tables and **change** data. I've tried it and
it works. Very scary.
Roz
"K. Brian Kelley" wrote:
The Information Schema views in SQL Server 2005 should only return for the
user information about the objects the user actually has access to. While
this was a prominent information disclosure issue in SQL Server 2000, it's
not as wide open in SQL Server 2005. They are provided for SQL-92 compliance
so that users can query the metadata/schema of the database without having
to query the system tables. Is there a reason you want to block access to
them?
K. Brian Kelley, brian underscore kelley at sqlpass dot org
http://www.truthsolutions.com/
Hello, all. I created a login and granted the user access to my sql
2005 database. well when the user creates his odbc dsn to access the
database, I discovered he can also see the INFORMATION_SCHEMA views.
What gives? How can I deny him access to these objects. He should
have access to the db I granted him.
Help!!!!!!!!
Roz
.
- References:
- Re: How to deny information schema views...
- From: K . Brian Kelley
- Re: How to deny information schema views...
- Prev by Date: Re: SQL2005 Linked server authentication problem
- Next by Date: Re: Strange Error
- Previous by thread: Re: How to deny information schema views...
- Next by thread: Re: How to deny information schema views...
- Index(es):
Relevant Pages
|