Viewing 3 posts - 1 through 4 (of 4 total)
Hi Drew.
Thank you for your help. I will make changes to the trigger and let you know how they work out.
I appreciate your help, very much.
Sincerely;
Gillian Pappas
Systems Analyst
Kewaunee Scientific...
September 2, 2010 at 2:33 pm
Drew. This is what I have so far.....
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
ALTER TRIGGER dbo.KS_CoAdd
ON co
FOR INSERT, UPDATE
AS
declare
@Severity int
, @InsertFlag tinyint
, @Infobar ...
September 2, 2010 at 1:46 pm
Hi Drew. Thank you for your response.
This is my first trigger ever. I have looked at all of the forums on triggers, but I have not been able...
September 2, 2010 at 1:34 pm
Viewing 3 posts - 1 through 4 (of 4 total)