Hello.
I have the following problem. In our project we decided to use Access as link to SQL Server. So, we used Upsize Wizard to migrate our tables to SqlServer's tables. It was successful.
But for some users i wanted to grant read-only permissions for all data. Before the migrating i used to open Access app. with a script and write "/ro" - that gave only read-only permissions. But now user still can go inside the linked tables and write there! How can i prevent this from a script? Thanks in advance,
I have the following problem. In our project we decided to use Access as link to SQL Server. So, we used Upsize Wizard to migrate our tables to SqlServer's tables. It was successful.
But for some users i wanted to grant read-only permissions for all data. Before the migrating i used to open Access app. with a script and write "/ro" - that gave only read-only permissions. But now user still can go inside the linked tables and write there! How can i prevent this from a script? Thanks in advance,
Comment