Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Archiving Changed Data

    The solution I tried:

    IF EXISTS

    (Select 1 FROM Critical_Attributes

    WHERE Table_Name = 'Network_Adapters'

    AND Column_Name = 'IP_Subnet')

    BEGIN

    INSERT INTO Critical_History (Table_Name, Column_Name, Field_Data, Date_Archived)

    SELECT 'Network_Adapters',...


    ====================
    "Awful tired now, Boss. Dog tired."
    http://www.dwacon.com

  • RE: Using Xp_sendmail With the Recipients Generated From a Query

    Very good information. I have done this before but never quite so eloquently.

    ====================

    "Awful tired now, Boss. Dog tired."

    http://www.dwacon.com


    ====================
    "Awful tired now, Boss. Dog tired."
    http://www.dwacon.com

Viewing 2 posts - 1 through 3 (of 3 total)