Forum Replies Created

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

  • RE: AVoiding nested cursors.

    Hi

    Just to explain myself a bit further all the tables take this form

    CREATE TABLE [dbo].[MED_Progress] (

     [ID_rec] [int],

     [Entityref] [varchar] (15),

     [Matterno] [int],

     [Medical_ref] [varchar] (25),

     [Progress_notes] [varchar] (512),

     [Status] [int],

     [Time_stamp] [datetime],

     [sr_Confirm] [int],

     [InstructionID] [int],

     [Agency_Confirm] [bit]

    )

    CREATE TABLE...

  • RE: Returning current table name to a trigger

    As a colleague of Steve's I resent that statement. 

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