| 
	Group: StrataFrame MVPsPosts: 1.9K, 
    Visits: 21K
 
 | 
                    
			            I know that XML and VARIANT were tried before and had som many truncation issues that the VARBINARY was used instead, and it worked far better. A VARCHAR field could also be used. So, when there are XML contents, we would create a VARCHAR (or VARBINARY if preferred) and store that XML content. Then to retrieve the XML content you can use an XMLReader once at client side.                
			            				
			            
 |