Hi,
I’m not sure if this is limitation on the MS SQL. I was able to edit the trigger on the Database and it is working fine.
- Create your trigger without any conditions from developer.
- Modify the trigger you created on the MS SQL DB.
- Here is the syntax for condition…
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER TRIGGER <[trigger name]=“”> ON [dbo].<[table name]=“”> for update as
if update <(field name)=“”>
begin INSERT INTO dbo. <(fields you=“” need=“” to=“” extract=“” to=“” buffer=“” table)=“”>
SELECT inserted., insertedinserted.,
FROM inserted, deleted WHERE deleted. =
end
Regards,
Chapa</(fields></(field></[table></[trigger>
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards