|
Posted by Erland Sommarskog on 07/09/07 21:39
Rod (rod.perez@gmail.com) writes:
> BCP seems the way to go as it's not truncating the output and writes
> without a prob upto 100k chars per line (tested). Now, something that
> surfaced after some testing to implement BCP usage, is that BCP only
> writes to text file the very first "select" statement of the several
> that conform my stored procedure, will need to find a workaround.
In your original post you only talk about a table with the data type
text. Suddently there are stored procedures. Do these procedures use
FOR XML? Or do they select from text column that just happens to hold
XML.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|