Viewing 5 posts - 1 through 5 (of 5 total)
Andrew, Thanks that is pretty much what I was looking for.
Lynn, thanks for your input - will note for future posts. Apparently "Forum Newbie" under my Author info is there...
August 20, 2010 at 7:38 am
Hello,
sample data:
RowId uniqueidentifier,
RowType INT (0 - data row, 1-check point row)
Value float (this is the value we want to sum within the range)
DateInserted DATETIME (Date row was inserted...
August 19, 2010 at 3:37 pm
Thanks for your reply.
The table initially did not have associated statistics but I had created statistics for that index and also made sure I did an update statistics after the...
September 5, 2005 at 1:24 pm
Hi, tempDB does not seem to increase. Thanks
September 5, 2005 at 6:05 am
The index I have is an unclustered index.
The statement that takes the most time is the
"insert INTO select". I tried to view the sql execution plan and also tried...
September 5, 2005 at 6:05 am
Viewing 5 posts - 1 through 5 (of 5 total)