MikeBronner
Programmer
Hi guys,
I'm totaly new to creating triggers in SQL Server. I was wondering if you could help me out here.
Here's my problem: I receive input through an input statement containing 5 columns (e.g. A through H).
Before the data is saved to the table, I would like the content of column E manipulated, only if column D = C1, column E = C2, and column F = C3 (where C1 - C3 are criteria).
Column A through C represent the primary key columns.
Any ideas on how to write a trigger to accomplish this?
Thanks! Take Care,
Mike
I'm totaly new to creating triggers in SQL Server. I was wondering if you could help me out here.
Here's my problem: I receive input through an input statement containing 5 columns (e.g. A through H).
Before the data is saved to the table, I would like the content of column E manipulated, only if column D = C1, column E = C2, and column F = C3 (where C1 - C3 are criteria).
Column A through C represent the primary key columns.
Any ideas on how to write a trigger to accomplish this?
Thanks! Take Care,
Mike