Viewing 4 posts - 1 through 4 (of 4 total)
The stored procedure you call to actually create the XML, what type of resultset does it return?
If you use the varchar data type, try replacing that with nvarchar.
Regards, Rob
July 28, 2008 at 11:32 am
Hi,
Looking at the error I would guess BCP is having trouble converting between codepages.
Could you try adding "-C RAW" to the BCP command line string and tell us what happens?
Regards,...
July 28, 2008 at 8:11 am
(or equivalent)
Seriously, while there are many sites containing small tutorials and such, if you really want to get off to a good start just order the material you...
July 28, 2008 at 7:57 am
Hi,
I'm not clear on the actual requirements you have for this "replication" mechanism, but if all you do is overwrite data each night, why not schedule a task that takes...
July 28, 2008 at 7:41 am
Viewing 4 posts - 1 through 4 (of 4 total)