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 |
vipinM
Starting Member
9 Posts |
Posted - 2007-05-19 : 01:43:48
|
hi,I want to export data from sql server to ms access using BCP utility. The data will be extracted using a query involving more than 1 tables.Can you please help me out. I am executing the following command from command promptbcp DBName.dbo.ZONE_MASTER_TEMP in D:\db.mdb -c -t , -r \n -Ssql -Usa -Psaand i m also trying followingbcp DBName.dbo.ZONE_MASTER_TEMP in D:\db.mdb -Ssql -Usa -PsaIt creates db1.mdb but when trying to open the mdb file it gives error saying "Unrecognized database format 'C:\db1.mdb' "Thanks & Regardsvipin |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
|
|
|
|