Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-11-18 : 08:02:29
|
| Simon Whatley writes "I am using triggers to log/audit changes to data for a given table. I want to cursor through the information_schema.columns for the table and then cursor through the rows for an updated column. I have been able to achieve the latter, but I cannot get the column cursor to work as IF UPDATE(@Column_Name) is not valid. Is this possible to achieve?I am using SQL2k SP4 SE on Win2k SP4 Server." |
|
|
surendrakalekar
Posting Yak Master
120 Posts |
|
|
Kristen
Test
22859 Posts |
|
|
|
|
|