MS Access: read-only linked tables from SQL Server?

自闭症网瘾萝莉.ら 提交于 2019-12-24 14:52:59

问题


Is there any way to link tables from SQL Server to Access as read-only?

There's too much data to do an import.


回答1:


While providing the credentials to choose the tables from your SQL database, you can configure this SQL user to have read only permissions.

  • Add tables to Access database (trough Linked tables)
  • Set SQL user (or Windows User, or Role) to "datareader" only. (in SQL Management Studio)


来源:https://stackoverflow.com/questions/33694068/ms-access-read-only-linked-tables-from-sql-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!