| 
	
 | 
 Posted by Erland Sommarskog on 11/12/05 01:05 
Terri (terri@cybernets.com) writes: 
>> This is not likely to work very well. ODBC will chop the XML document 
>> after each 2033 character. See KB 275583. 
>> 
>> So you would need to get the XML document to the client, and have the 
>> client to create the file and put it where it belongs. Which probably 
>> is better from a security perspective as well. 
>  
> Thanks Erland, 
>  
> I'm not using Query Analyzer so I don't think KB 275583 applies to me. 
 
But you are using BCP which is implemented in ODBC. So I would definitely 
encourage you to test to generate a large XML document, before you 
ponder the issues with access to xp_cmdshell. 
 
  
 
 
 
--  
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] 
 |