Software I\'m working with uses a text field to store XML. From my searches online, the text datatype is supposed to hold 2^31 - 1 characters. Currently SQL Server is trunca
You should have a look at
So I would rather try to use the data type appropriate for the use. Not make a datatype fit your use from a previous version.