All,
I have a linked server established between 2005 sql box and network file server holding an access .mdb -
select * from linkedserver...tablename works when I am on the actual sql box logged in as SA or myself. Great!
When I am at my workstation using SSMS, I have success if I logon as SA but... if I logon as myself, no dice!
I have been attempting to use login mappings:
Local Login = me
Remote User = remote database admin
Remote PW = remote database admin pw
But this is no help. Common error message: basically says the database is either open exclusively by another user (false) or I do not have perms to read the data (also false).
Any help?
TIA - Scott
I have a linked server established between 2005 sql box and network file server holding an access .mdb -
select * from linkedserver...tablename works when I am on the actual sql box logged in as SA or myself. Great!
When I am at my workstation using SSMS, I have success if I logon as SA but... if I logon as myself, no dice!
I have been attempting to use login mappings:
Local Login = me
Remote User = remote database admin
Remote PW = remote database admin pw
But this is no help. Common error message: basically says the database is either open exclusively by another user (false) or I do not have perms to read the data (also false).
Any help?
TIA - Scott