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 |
|
iamsmahd
Yak Posting Veteran
55 Posts |
Posted - 2005-09-22 : 07:46:53
|
| Hi....I have a trigger which uses a field in a table (t1) and calculates some other fields by a formula (written in the trigger) and runs by every insert & update action.I know that by inserting or updating my table the trigger will be run...I do not want to insert or update...just wanna to run my trigger in order to calculate the fields....Is there any special way to do it?Thank you very muchsonia |
|
|
ditch
Master Smack Fu Yak Hacker
1466 Posts |
Posted - 2005-09-22 : 07:48:19
|
wow dude - you seem to like cross posting.Duane. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|