I have a table which includes a TEXT datatype column. I want to write an insert trigger on the table to place new records into an archive table for safekeeping. When I checked the syntax, I received the error message 311
"CANNOT USE TEXT, NTEXT, OR IMAGE COLUMNS IN THE INSERTED OR DELETED TABLES"
Is there any workaround for this? It is vital that I have a mechanism to place all new records into another table as soon as they are written.