sql server 2008 export to mdb issue
Posted
by Vivek Chandraprakash
on Stack Overflow
See other posts from Stack Overflow
or by Vivek Chandraprakash
Published on 2010-03-27T21:49:45Z
Indexed on
2010/03/27
21:53 UTC
Read the original article
Hit count: 769
Hi
i'm trying to import records from a mdb file to sql server 2008. i have a separate db server and application server.
wrote a stored proc to import data from mdb. But it fails as the mdb is on a network. It works if it's on the db server itself.
i'm using sql server account.
if i login using windows account and try the same sp it works.
How to make it work for sql server account?
-Vivek
© Stack Overflow or respective owner