Viewing 7 posts - 1 through 7 (of 7 total)
Is there a better way to handle to do this?
March 31, 2010 at 12:22 pm
I tried it again and it workd fine... Not sure what I was doing different to cause the error.
Thank you,
Wayne
February 11, 2008 at 5:51 am
Andras Belokosztolszki (2/1/2008)
CREATE TABLE mytable ( a INT )
GO
CREATE TRIGGER mytable_trigger ON mytable
WITH...
February 7, 2008 at 9:39 pm
Thank you for your help,
Actually the Check_Hdr.Doc_No is unique and the Check_Line.Line is Unique. The direct link between the tables in the Doc_No field. In testing the code it works, it may...
August 25, 2007 at 7:44 am
oops it actually does work, my code wasn't completely right.
I need to declare one of my variables correctly.
DECLARE @DocNO INT,
@Line INT,
@TYPE VARCHAR, <--- @TYPE VARCHAR(2),
@RowsAffected INT
Thank...
August 24, 2007 at 5:30 am
Ok, I've tried what you posted, but it still didn't work. If I use either one but not both of the updated statements, it will work. Here is my code;
CREATE TRIGGER...
August 24, 2007 at 5:26 am
Viewing 7 posts - 1 through 7 (of 7 total)