copying data to access database from sql 2000

  • DTS is the easiest way to do this. Open a new package, add a connection to SQL Server and one to your access db. specify your view and destination table, then you can map the columns between them.

    You could also link to a SQL Server view from Access and get the data that way.

    Either of these topics are discussed in the help files for the products.

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply