Forum Replies Created

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

  • RE: Finding and Deleting Duplicate Data

    To Calvin Lawson - I should hav added the modified code as follows:

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    ALTER PROCEDURE SP_TEST01

    AS

    BEGIN

    SET NOCOUNT...

  • RE: Finding and Deleting Duplicate Data

    Thank you to Calvin Lawsen, Posted 7/26/2004 6:55 PM. I tried and it worked first pass.

    However, I had to modify a bit to make the process delete the...

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