Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Bad Bad Bad Query

    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...

  • RE: bcp failing for some DBCS characters

    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...

Viewing 2 posts - 1 through 2 (of 2 total)