I have a sql 2005 instance. There are going to be multiple end users accessing a database on the server via windows authentication. I would like to restrict the access onto which objects they have visibility to. If I create odbc connections, by default the users see all the tables/views in the sys and information_schemea schemas. I want to limit the visiblity to just the specific objects that that I grant privelages to. Help would be appreciated?