Viewing 2 posts - 16 through 17 (of 17 total)
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...
August 25, 2008 at 7:03 am
#862495
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 ...........
August 12, 2008 at 7:45 am
#856695