I have tried
Text (2,147,483,647 characters)
Varchar (8,000 characters)
Ntext (1,073,741,823) characters)
Here is a copy of the code
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml;
using System.Xml.XPath;
using System.Data.SqlClient;
using...