Viewing 7 posts - 16 through 22 (of 22 total)
ALSO - YES, I WOULD BE HAPPY WITH A NON - DYNAMIC SQL SOLUTION
REQUIREMENTS
AFTER EACH UPDATE, INSERTION, OR DELETE
I NEED TO CAPTURE ALL INFO IN RECORD BEFORE CHANGE, ALL...
April 17, 2008 at 9:22 am
My audit table (for history of District)
USE [JuryDB]
GO
/****** Object: Table [dbo].[a_District] Script Date: 04/17/2008 09:14:52 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[a_District](
[DistrictNum] [int] NOT...
April 17, 2008 at 9:19 am
I need some one to walk me through this, step by step - Ill show you what I have, you tell me what to do, etc. Apparently I don't know...
April 16, 2008 at 4:36 pm
Is there a site or article that will lead me in the right direction?
April 16, 2008 at 1:38 pm
ok, without having to completely scrap my current setup (just reworking my triggers), how can I modify my solution for best performance ?
April 16, 2008 at 10:22 am
The tables match, I am not concatenating anything when I insert, and i tried the query with the trigger turned off and it worked fine.
April 15, 2008 at 4:47 pm
I AM USING SQL SERVER 2005 AND I HAVE THE FOLLOWING TABLE
District
(
row_id int,
DistrictNum int,
Region varchar(50),
D_Addr1 varchar(50),
...
April 15, 2008 at 4:02 pm
Viewing 7 posts - 16 through 22 (of 22 total)