Data Type Suggestion in Sql Server 2005. Use varchar(max) and varbinary(max)
One of the interesting things that I am reading in the documentation for Sql Server 2005, is that the data types of text and image are going to be removed from a future version of Sql Server. The varchar(max) and varbinary(max) data types should be used instead. As I had some previous problems with the text data type with a CLR trigger, moving the column to a varchar(max) was fairly painless.