Viewing 6 posts - 1 through 7 (of 7 total)
Craig,
Thank you,
i think i got it 🙂
/****** Object: Trigger [dbo].[trg_SourceHistory] Script Date: 02/22/2011 14:54:56 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER TRIGGER [dbo].[trg_SourceHistory]
ON [dbo].[tblSource]
for UPDATE
AS
begin try
INSERT...
February 22, 2011 at 12:53 pm
do i then have to list ALL values, or can i just list the ones i want to keep track of? how would it know where to put them?
February 22, 2011 at 12:50 pm
when i change it to INSERTED, it still does not go though... is there a way to debug it somehow to see where the error is? or to maybe get...
February 22, 2011 at 12:42 pm
i'm using enterprise manager import wizard to import, here is an example of what's going on.
my table, for example, has the following fields:
id (self incrementing key field)
name
address
phone
date_modified (has a default...
January 13, 2010 at 7:21 am
i'm using the enterprise manager import wizard
January 12, 2010 at 2:39 pm
Viewing 6 posts - 1 through 7 (of 7 total)