Hi all
How can you specify a higher length for datatypes text and ntext using SQL server 2000. I have used the sp_tableoptions to increase the available characters to 7000
sp_tableoption tablename text in row 7000
however I need about 10,000 characters. How do I insert and retrive the information to the field?
I am trying to set up the text to extract from the database to the web. It is run via coldfusion 5 but is static data not for changing.
How can you specify a higher length for datatypes text and ntext using SQL server 2000. I have used the sp_tableoptions to increase the available characters to 7000
sp_tableoption tablename text in row 7000
however I need about 10,000 characters. How do I insert and retrive the information to the field?
I am trying to set up the text to extract from the database to the web. It is run via coldfusion 5 but is static data not for changing.