My database has a table containing 100 columns. I want to create a trigger to check for changes for each update operation.
I can think of creating an update clause for all columns, but they all look like scripts. So, is there an elegant way to do this?
sql-server sql-server-2008 audit
zsong
source share