Viewing 2 posts - 1 through 3 (of 3 total)
your idea wont give me a and b, but all a,b and d.
you solve this part, then next part will continue.
and this is not homework but work
April 5, 2010 at 3:43 pm
#1146050
Thanks Telammica. This is what I have done..
CREATE TRIGGER t_Amendment
ON Amendment
FOR INSERT
AS
DECLARE @stringval varchar(30)
select @stringval = inserted.[Description]
...
February 1, 2009 at 10:34 pm
#936246