Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
First the query what you have specified is itself seems problem.
1. it uses subquery. - Try to avoid subqueries.
2. it uses leftouter join - I don't know the no...
July 28, 2008 at 10:11 pm
#849555
The bcp commad is as follows:
bcp user_table1 in data.txt -S servername -U username -P password -c -t` -C 65001
if use -w while creating txt and as well dumping the text...
November 14, 2007 at 2:51 am
#751003