Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vinoo128
Starting Member
9 Posts |
Posted - 2009-02-05 : 10:54:35
|
HiI need to move a subset of tables from SQL server 2000 to MS-access?Is it possible to do that?If yes,how?Thanks in anticipation. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-02-05 : 11:51:05
|
Its possible. script out table structures and apply in MS-Access. Then use SSIS or OPENROWSET to transfer the data from SQL to access. |
 |
|
vinoo128
Starting Member
9 Posts |
Posted - 2009-02-05 : 12:33:30
|
Script the tables are fine.How do you use SSIS?i haven't used that before.An example would help.. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|