Viewing 15 posts - 2,206 through 2,220 (of 3,348 total)
rfr.ferrari (2/22/2012)
If we considered that documentation is wrong, why set up the model database to read_only if the changes do not take effect in the new database?
I think that this...
February 22, 2012 at 5:05 am
BrainDonor (2/22/2012)
February 22, 2012 at 2:03 am
Based on a vague recollection, I answered that you can set it on the model database, but it won't affect new databases. I then found I apparently was wrong.
After reading...
February 22, 2012 at 1:26 am
tilew-948340 (2/21/2012)
In my case, I got it wrong because I am doing only simple...
February 22, 2012 at 1:13 am
EL Jerry (2/21/2012)
In your experience, how often have you seen DBs with Bulk-Logged recovery models and...
February 21, 2012 at 11:49 am
Andy makes some good points. The real question, of course, is: how to prevent falling in the success trap - or how to get out of it if you've already...
February 21, 2012 at 2:59 am
SQL Kiwi (2/17/2012)
February 17, 2012 at 6:32 am
SQL Kiwi (2/17/2012)
Hugo Kornelis (2/17/2012)
Since this is undocumented, there is no way to guarantee this even if it is true today.
It isn't true and there are many ways to disprove...
February 17, 2012 at 5:59 am
SQL Kiwi (2/17/2012)
John Mitchell-245523 (2/17/2012)
February 17, 2012 at 5:09 am
danielfountain (2/17/2012)
Hugo Kornelis (2/17/2012)
There is an error in the explanation, though. You can...
February 17, 2012 at 4:58 am
cengland0 (2/17/2012)
SELECT ID,Col
FROM FirstTable WITH INDEX(IX_Col)
WHERE Col =...
February 17, 2012 at 3:13 am
neprosto (2/17/2012)
1. Index seek
in this case relation engine use ROOT PAGE to start...
February 17, 2012 at 2:59 am
Nice, easy question - though I'm sad that as of this time, 8% of respondends got it wrong.
There is an error in the explanation, though. You can not avoid the...
February 17, 2012 at 12:47 am
Viewing 15 posts - 2,206 through 2,220 (of 3,348 total)