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 |
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2006-07-10 : 04:58:36
|
Hi all,I have a database in access and want to write bcp scripts to import the data into sql server. But stuck with how to bcp out from access..any pointers will helpful..Thanks.HArshal. |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-07-10 : 05:06:00
|
AFAIK BCP works only for text files and not access.Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2006-07-10 : 05:09:11
|
thanks for the reply.. thats the reason I could not find anything on it.Any pointers to how to import data from access file using scripts? |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-07-10 : 05:38:20
|
use linked servers?Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-07-10 : 06:02:17
|
or Read about OpenRowset in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|