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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Moving a subset of database tables to MS-Access

Author  Topic 

vinoo128
Starting Member

9 Posts

Posted - 2009-02-05 : 10:54:35
Hi
I 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.
Go to Top of Page

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..
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-05 : 12:57:25
ok. in that case use OPENROWSET

see sample B
http://msdn.microsoft.com/en-us/library/ms190312.aspx
Go to Top of Page
   

- Advertisement -