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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 trigger

Author  Topic 

iamsmahd
Yak Posting Veteran

55 Posts

Posted - 2005-09-22 : 07:50:05
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 much

sonia

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-09-22 : 07:52:56
Can you please stop asking same question again and again?

I already answered here
http://sqlteam.com/forums/topic.asp?TOPIC_ID=55532

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -