Viewing 3 posts - 1 through 3 (of 3 total)
Trigger code is
ALTER
TRIGGER [dbo].[trgNameSel_Upd] on [dbo].[Name_Selection] for UPDATE
AS
Begin
if @IsMixedCntry_i = 1
begin
raiserror('Rollback tran',16,1)
...
November 2, 2011 at 4:39 pm
#1402464
Hi,
The trigger is fired when an update happens in a table. After I check a particular condition and when its true I need to rollback the transaction.
The problem is...
October 24, 2011 at 10:09 pm
#1398962
Thanks all
June 6, 2011 at 7:34 pm
#1334764