I have an Accountmembership Table.
This table has 5 TEXT (DataType) Columns. I'm currently developing Audit Triggers for this table. The problem I have is, that I cannot use TEXT, NTEXT in triggers because SQL Server does not support them in the INSERTED AND DELETED Tables.
How do you get around this problem? Any one know?