Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

Trigger Executing Twice

$
0
0

Hi

I have created an Update trigger on Humanresources.employee

create trigger TrgUpdate on Humanresources.employee 
after update as
Begin
Print 'Record Updated'
end

When ever i make an update into the Humanresources.employee am getting the Message twice as below

Record Updated
Record Updated

(1 row(s) affected)

I already read some articles on the same but still am not clear,please help me out to solve this

Thanks in advance


Viewing all articles
Browse latest Browse all 15889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>