Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Duplicate Records

    CREATE TABLE Dups (NameId int, FirstName varchar(10), LastName varchar(10))

    GO

    INSERT INTO Dups VALUES (106, 'Robert', ...

Viewing post 1 (of 2 total)