Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: An Audit Trail Generator

    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...

  • RE: An Audit Trail Generator

    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...

  • RE: An Audit Trail Generator

    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...

  • RE: An Audit Trail Generator

    Is there a site or article that will lead me in the right direction?

  • RE: An Audit Trail Generator

    ok, without having to completely scrap my current setup (just reworking my triggers), how can I modify my solution for best performance ?

  • RE: An Audit Trail Generator

    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.

  • RE: An Audit Trail Generator

    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),

    ...

Viewing 7 posts - 16 through 22 (of 22 total)