Viewing 3 posts - 16 through 18 (of 18 total)
Hallo!
Try to redefine a task:
First: I think you do not have to SELECT *
Second:
Rewrite code as:
DECLARE @I INT
SET @I = 1
SELECT
A.*
,specificField =
CASE
WHEN @i =...
March 26, 2004 at 4:44 am
#500602
I'm also a little confused about examples.
I think it will be more interesting to rewrite all examples with indexed view (possible in 2K)
Hint will be awailable, speed of insert/update/delete is...
April 12, 2003 at 9:50 am
#453973
This must be in BOL IMUO (In My UNHonest Opinion)
April 12, 2003 at 7:24 am
#453971