Viewing 2 posts - 1 through 2 (of 2 total)
I tried to run sql dynamically - complete trigger code:
ALTER TRIGGER [dbo].[TBLIns]
ON [dbo].[TBL]
AFTER INSERT
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra...
November 30, 2009 at 8:55 am
#1085468
Hi,
I wasn't clear enough in my description obove. Firt I was trying to replicate from 2 tables with 2 fields (id, value) where id field was autoincrement pk and the...
April 22, 2009 at 6:02 am
#982111