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?
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.
RE: full-text search failed with one million of key words (Sqlserv ... Research with "toto" was just a test. ... In real life, my database contains ... for only one book) And the table i want to query looks like this: ... I have to make big tests with sql server 2005 express (i'm waiting credits ... (microsoft.public.sqlserver.fulltext)
Re: Error 25081: Incorrectly generating identities after a merge ... database similarly to SQL Server CE Replication. ... On the SQL Server 2000 database with replicated tables from the original ... The I synchronized that database and ran the same query:... >> synchronization.... (microsoft.public.sqlserver.ce)
Re: Looking for a professional SQL programmer for a small job ...Pro SQL Server 2000 Database Design - ... I have two queries to build and while I know my way around SQL, ... >> One is a seach query that pull rental properties from a database based on ... (microsoft.public.sqlserver.programming)
Re: Using a worksheet as a table in an SQL query ... I'll probably just dump the SQL Server data to a spreadsheet and join the two spreadsheets. ... You could use Access to link to both sources and create a crosstab query.... There are ways to enter the data into their database via the application, but it would require them to go to many different windows instead of being able to enter the data all on one screen. ... There is not a great deal of data they would enter on the spreadsheet, but I'm not sure how slow that would make the query. ... (microsoft.public.excel.programming)
Re: Issue with a table that is 75%-80% of the database size ...SQL Server 2000 does not support table partitioning. ... Have you tried database differential backup?... your query response time and backup time. ... (microsoft.public.sqlserver.server)