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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 XML (cut)

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-05-13 : 08:14:49
Guillem writes "when I generate via bcp a XML file I obtain f.e:
<xml>
<record><data1>sample1</data1><data2>sample2</dat
a2></record>
.
.

<record>
.
.
.
</record>
</xml>

If I obtain a tag "cutted" ("</dat" 'CR' and "a2>") Explorer says that there is incorrect data but If I put manually tags correctly It works...
Any way to solve this? (I've tried -r param whith same result)
I'm getting crazy...

TIA"
   

- Advertisement -