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 |
kanwarnet
Starting Member
7 Posts |
Posted - 2006-06-13 : 12:10:21
|
Hi allIs 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 * INTOopenrowset('Microsoft.Jet.OLEDB.4.0','C\Data\AccDB.mdb';'admin';'',Test)FROM CLIENTDoes anybody knows the syntax?Thanks |
|
|
|
|