StoneDeCroze
Programmer
Hi All,
Got a fairly long procedure that I am trying to speed up in anyway possible. Can any one tell me which is faster out of the following:
SET @Variable = 0
SELECT @Variable = 0
I reckon it's the first one, but I would like to know for sure.
Thanks
Peter
Got a fairly long procedure that I am trying to speed up in anyway possible. Can any one tell me which is faster out of the following:
SET @Variable = 0
SELECT @Variable = 0
I reckon it's the first one, but I would like to know for sure.
Thanks
Peter