|
|
Question : Data transfer from SQL server to Access Database
|
|
I need to transfer the data from sql server 2000 to access DB at a different location on a daily basis.
Sql server will have all the user information but just the file name of the image (user's image). The image will be saved on the webserver.
I need the user information and also the image stored in the access database.
How can I do that?
Any help would be greatly appreciated.
Thanks dkr0001
|
Answer : Data transfer from SQL server to Access Database
|
|
if you have SQL Server 2000 installed then obviously you must have Data Transformation Services installed, AKA "Import and Export Data".
Select the SQL Server data you wish to export, then select the MS Access database you wish to export to, select your tables, and then organise the schedule.
If it doesn't appear on your menu, search for dtswiz.exe - its normally located at "C:\Program Files\Microsoft SQL Server\80\Tools\BINN"
regards
Brian
|
|
|
|