SQL Server 2000General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
When linking to a SQL database from Access, the list of tables always includes dtproperties, sysconstraints, and syssegments. How should I [u]best</u> keep these system tables from appearing on the list?
It was already deselected. My understanding is that the option to which you refer applies only to items in the database window. The SQL tables above are seen during the linking process when you see the tables in the SQL database for which you have permissions. Most of the system tables do not show in the list, but for some reason those three always do. I could deny permissions to those objects, but why are those three different from the others?