Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Deleting Duplicate Records

    Hi ,

    I have tried duplicate record deletion without using temp tables.

    And according to me its faster and a very short query.

    CREATE TABLE EMP

    (EMPID INT,EMPNAME VARCHAR(100))

    INSERT INTO EMP VALUES (1,'A')

    INSERT INTO...

  • RE: "Exception from HResult" on new SSIS project

    Do you mean to say XP service Pack 2?

    If yes then Its not working for me.

    I got the same exception while trying to create new project.

    Help me ...........

Viewing 2 posts - 16 through 17 (of 17 total)