Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: loop to search for values in a table

    The table structures are as follows

    CREATE TABLE [CustomerMapping] (

    [PKid] [int] IDENTITY (1, 1) NOT NULL ,

    [ClientNo] [int] NULL ,

    [Customer] [int] NULL ,

    ) ON [PRIMARY]

    GO

    CREATE TABLE [CustomerMapping_Stage] (

    [ClientNo] [int] NULL...

Viewing post 1 (of 2 total)