Hi All
Currently I got a SQL Server 2000 and a database called XJ inside that there is a table called SD.
The issue I am facing currently is that inside the table called SD there is a column called Content which has a field value of 'LONG TEXT'.
I want to be able to view the content of this using the SQL analyser as well as be able to edit and update the information through it. IS it possible if so can someone help me with the coding. I am fairly a newbie to this.
Here is the table information.
Name Data Type Size Null
Content text 16 Ticked
Cheers:cool: