Our company bought the wrong version of sql and we cannot automate SSIS. Nevertheless It is still quite easy to do in a sql script as long as the database server has access to the location of the MDB.
The main issue is that you cannot use \\servername\path. You would need to either map the drive first if the mdb is not copied to a local drive.
Once that is done though..
The 3 dots between linked server name and table name are important. I lost one when I first started using this method and could not for the life of me figure out what was going wrong.
You may want to look up the correct text for your access version though this one works perfectly well with access 2003.
Main Topics
Browse All Topics





by: YadtrtPosted on 2009-07-23 at 05:30:48ID: 24924368
You should use SQL Server Integration Services (SSIS). You can not do it directly