Viewing 15 posts - 616 through 630 (of 658 total)
I recently optimised a query and tried exactly these two constructs. The query plan for both was identical.
So the correct answer is either "they are equal", or (more likely I...
January 27, 2010 at 2:23 am
"Due to the Holiday Season, and Frosty being a part of the season, an easy question was in order. "
It might be easy if you're American. Who's Frosty the Snowman?!?
:unsure:
December 22, 2009 at 4:21 am
Steve Jones - Editor (12/17/2009)
December 18, 2009 at 2:27 am
BOL says "a global temporary table is dropped at the completion of the last Transact-SQL statement that was actively referencing the table when the creating session ended".
I took this to...
December 17, 2009 at 10:00 am
Correct answer, but the explanation is completely wrong!
December 16, 2009 at 9:00 am
Easy for a VB6 programmer 🙂
If one of the options had been 1 or -1 or even 32767 I might have got it wrong though!
December 15, 2009 at 6:57 am
I guessed rigtht, but only because I knew it had to begin with 'Question' and there was only one answer that did that. If there'd been an option for 'Question...
December 14, 2009 at 3:53 am
"Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives."
I have no idea what this means, and the answer doesn't seem to mention it.
Can...
December 9, 2009 at 2:19 am
sknox (12/4/2009)
Steve Eckhart (12/4/2009)
select cast(1.67574 as decimal(38,10)) = 1.675400000 which has precision 6 and scale 10, right?and
select cast(10000 as decimal(38,10)) = 10000.0000000000 which has precision 1 and scale 10, right?
wrong,...
December 8, 2009 at 9:35 am
Surely date formatting should normally be part of the presentation layer? I always return the whole datetime value and format it on the client, using their regional settings etc.
October 27, 2009 at 4:08 am
Viewing 15 posts - 616 through 630 (of 658 total)