简体   繁体   中英

MS Access 2003: ODBC File DSN to SQL Server: filter tables

When linking a SQL Server (2012) table via an ODBC file DSN, is there any way to filter or limit which tables/views the user sees?

The default behavior seems to display every dbo object, including system ones.

It should be done at the SQL Server side. Create user and grant tables/views permissions to user as needed:
https://msdn.microsoft.com/en-us/library/ms188371(v=sql.110).aspx

ODBC data source definition has no options to restrict user's permissions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM