Viewing 15 posts - 3,076 through 3,090 (of 3,348 total)
Sorry Steve, but I have to disagree with you on this one.
Indexed views are not an index type. They are a special type of view, created by creating an index...
December 19, 2008 at 12:59 am
michael vessey (12/12/2008)
therefore If all steps succeeded then the answer is YES (because you must have...
December 12, 2008 at 5:10 am
Lee Nadelman (12/11/2008)
December 11, 2008 at 12:37 pm
Michael Kipp (12/11/2008)
December 11, 2008 at 3:09 am
Arshad Ali (12/11/2008)
December 11, 2008 at 3:01 am
Michael Kipp (12/11/2008)
December 11, 2008 at 2:49 am
The explanation is misleading. Especially this part:
you cannot use the log backup to recover the database
since it implies that you can MAKE a log backup after creating a new database...
December 11, 2008 at 2:01 am
Jeff Moden (11/27/2008)
Lynn Pettis (11/27/2008)
Okay, can't wait to see Jeff's response. I was using a technique I picked up from him for completing running totals.
Hugo is putting out a...
November 28, 2008 at 2:47 am
Lynn Pettis (11/27/2008)
November 28, 2008 at 2:19 am
Jacob Luebbers (11/27/2008)
Hugo Kornelis (11/27/2008)
Point taken. Though the flipside is that TABLOCK increases the chance to get an unordered scan instead of an ordered one. More on that below.
Maybe...
November 28, 2008 at 2:09 am
Jacob Luebbers (11/27/2008)
Hugo Kornelis (11/27/2008)
...
* The optimizer might choose a non-clustered index to drive the query
...
The technique also uses an index hint specifying the clustered index, with TABLOCKX to...
November 27, 2008 at 5:12 pm
Jacob Luebbers (11/27/2008)
I think the consensus for those that have taken up the "Jeff-style" quirky update method is to use the MAXDOP=1 option on the UPDATE...
November 27, 2008 at 4:02 pm
Lynn Pettis (11/27/2008)
November 27, 2008 at 2:40 pm
Jeff Moden (11/27/2008)
Hugo Kornelis (11/27/2008)
November 27, 2008 at 1:58 pm
Lynn Pettis (11/27/2008)
Since the purpose of the identity field was order, if there was a gap it wouldn't have caused an issue.
Hi Lynn,
But you are using the IDENTITY values for...
November 27, 2008 at 1:51 pm
Viewing 15 posts - 3,076 through 3,090 (of 3,348 total)