B
Bob McClellan
Can anyone point me in the right direction to find answers to
Access .adp to SQL Server Security.
We have a mix of MS Access Versions (2k, 2003, 2007) across our east coast
branches.
Because of this, After developing in 2007, I save the production .adp as a
2k version.
I've been having problems with schemas and roles.
I created a role named BranchManagers and a Schema named BranchManagers.
I created table BranchManagers.Employees
and Stored Proc BranchManagers.Employees_View.
I added a user from AD to the Users in Security for the SQL 2005 Server and
mapped him to
the database.
When I log in from his machine with "Use Windows NT Integrated security" I
can see the
table fine. It shows up as Employees (BranchManagers).
When you go to stored procedures though... I see Employees_View (
Administrator ).
The permissions look identical, yet I can not run the sp. I've granted
execute, insert, update... everything just
to try and get it working.
Any help would be very much appreciated.
thanks in advance,
...bob
Access .adp to SQL Server Security.
We have a mix of MS Access Versions (2k, 2003, 2007) across our east coast
branches.
Because of this, After developing in 2007, I save the production .adp as a
2k version.
I've been having problems with schemas and roles.
I created a role named BranchManagers and a Schema named BranchManagers.
I created table BranchManagers.Employees
and Stored Proc BranchManagers.Employees_View.
I added a user from AD to the Users in Security for the SQL 2005 Server and
mapped him to
the database.
When I log in from his machine with "Use Windows NT Integrated security" I
can see the
table fine. It shows up as Employees (BranchManagers).
When you go to stored procedures though... I see Employees_View (
Administrator ).
The permissions look identical, yet I can not run the sp. I've granted
execute, insert, update... everything just
to try and get it working.
Any help would be very much appreciated.
thanks in advance,
...bob