create database test use test create table t ( id int, table_column ntext ) insert into t values (1,'
COl1 Col2 Col3 Col4
1 DOC-10290129 tHIS IS DESCRIPTION COLUMS VALUES CLOSED
2 DOC-10233445-D45 THIS IS DESCRIPTION COLUMES VALUES 2 WITH MORE DECSRIPTION FOR TESTING OPENED
')