Viewing 15 posts - 2,206 through 2,220 (of 3,347 total)
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
bitbucket-25253 (2/15/2012)
SathishK (2/15/2012)
Hugo Kornelis (2/15/2012)
I got it right, for all the wrong reasons.
The script will not run, regardless of triggers, for two reasons:
1. The MERGE statements must be terminated with...
February 15, 2012 at 9:48 am
Sean Lange (2/15/2012)
February 15, 2012 at 9:47 am
cengland0 (2/15/2012)
The MERGE statement requires a semicolon (;) as a statement terminator. Error 10713 is raised when a MERGE statement is run without the terminator.
I didn't...
February 15, 2012 at 5:11 am
Viewing 15 posts - 2,206 through 2,220 (of 3,347 total)