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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-22 : 09:12:12
|
| Xamuel writes "how do i use bcp to filter data i.e selecting only records for a particuar country to be exported from the main database and then re-imported into their server in that country" |
|
|
Jay99
468 Posts |
Posted - 2002-03-22 : 09:57:41
|
quote: Xamuel writes "how do i use bcp to filter data i.e selecting only records for a particuar country to be exported from the main database and then re-imported into their server in that country"
Take a look at Linked Servers or OPENROWSET . . . bcp is probably the wrong tool for this job . . .Jay<O> |
 |
|
|
|
|
|