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 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Exporting data to Access from SQL Server

Author  Topic 

kanwarnet
Starting Member

7 Posts

Posted - 2006-06-13 : 12:10:21
Hi all
Is it possible in a stored procedure to export data from
sqlserver2000 into an access database into a not existing Table?
The MDB file exists.

SELECT * INTO
openrowset('Microsoft.Jet.OLEDB.4.0','C\Data\AccDB.mdb';'admin';'',Test)
FROM CLIENT

Does anybody knows the syntax?
Thanks

   

- Advertisement -