//Instead of triger will fired when user ant to update in emp table
create trigger tri_update on Emp
for update
as
begin
if update(ID)
begin
print'not update here'
rollback transaction
end
end
Monday, March 22, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment