
I wanted to convert the field to TEXT in SQL.. is it possible?

SQL - Converting the field to TEXT works
SELECT CONVERT(TEXT,fld_name) FROM TABLE_NAME

SQL - Converting the field to TEXT works
SELECT CONVERT(TEXT,fld_name) FROM TABLE_NAME
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.