J
Jeff
I have an ADP file pointing to a SQL Server 2005 DB. I'm looking to secure
the data in the tables. Currently everyone is setup as an owner through the
SQL Server Manager. All of the data in the application is pulled/connected
using stored procedures.
- Some directly through the form's data source in the properties
interface
- Other are dynamically constructed using VBA
- All use "dbo." prefix (a problem encountered earlier)
When I just grant the users read/write/execute privileges on the DB, the ADP
can no longer find the stored procedures. What privileges must I grant the
user to get around this?
the data in the tables. Currently everyone is setup as an owner through the
SQL Server Manager. All of the data in the application is pulled/connected
using stored procedures.
- Some directly through the form's data source in the properties
interface
- Other are dynamically constructed using VBA
- All use "dbo." prefix (a problem encountered earlier)
When I just grant the users read/write/execute privileges on the DB, the ADP
can no longer find the stored procedures. What privileges must I grant the
user to get around this?