Viewing 15 posts - 151 through 165 (of 584 total)
Nice question. What is most interesting to me is why 23% (as of now) got it wrong.
I can see thinking that
select dateadd( ss, -1, datediff(yy, 0, @ThisDate) + 1 )
is...
December 31, 2013 at 7:17 am
Thanks for the question. Interesting stuff, even if it will be 2020 before I get to use 2014 in a production environment.
I note that under "Index Count" it says:
Do not...
December 30, 2013 at 7:52 am
Thanks for posting this Paul. It has motivated me to revise my backup/restore plans. I now restore the production backup to my test DB immediately after backup, and use CHECKSUM...
December 27, 2013 at 8:55 am
Thanks to Thava for the question. It usually makes a good question to point out those areas in SQL Server where the actual behavior doesn't match the expected behavior.
(Edited to...
December 26, 2013 at 6:47 am
Good question. I confess that I saw Central Management Server, and dismissed it as a dummy name for the servers related to SQL Server CENTRAL. Sigh.
At least I learned something....
December 24, 2013 at 6:54 am
Wasn't really sure when I clicked 'submit'. I would have thought that KEYSET was a TYPE of cursor, and not the operator that generated the cursor.
For example (stolen from a...
December 23, 2013 at 6:44 am
Nice question and good feature. Makes rolling calcs easier.
December 20, 2013 at 9:52 am
Easy question, which I got wrong, as I seem to have missed the word "cannot" (in bold font) and the number "2". I prompted selected the three that CAN and...
December 18, 2013 at 11:16 am
Koen Verbeeck (12/17/2013)
I have been enabling page compression on our entire data warehouse recently, so this was a pretty easy question 🙂
What kind of compression ratio have you obtained?
December 17, 2013 at 7:17 am
below86 (12/13/2013)
Jim P. (12/13/2013)
All I really want for Christmas is 6 numbers on one line just one time. :laugh:I'd like to use my one time for that tonight. 😀
It's still...
December 16, 2013 at 7:39 am
Since
Abs((@start + (@commonDiff * (@counter -1))) -
Round((@start + (@commonDiff * (@counter -1))), 1, 1)) * Power(10, 1) = 5
would never evaluate to true, the rest was easy enough...
December 16, 2013 at 7:35 am
How about an ANSI compliant DBMS that runs on an operating system that doesn't drive you crazy that sells for less than $2000? 😉
December 13, 2013 at 6:26 am
Thanks for the question. I like the suggestion in the reference to run CMS on a development box. Another reference I found explicitly suggested using a developer version to save...
December 12, 2013 at 8:01 am
Mighty (12/9/2013)
Maybe worthwhile to mention that this functionality was introduced in SQL Server 2012.
Yes! Had a heck of a time figuring it out, UNTIL I realized it must be something...
December 9, 2013 at 7:17 am
When I first saw the question (without seeing possible answers), I thought this was about the source of the term "Hekaton". (Megaton, Gigaton, ... Hekaton???) Glad it was easier than...
December 6, 2013 at 6:18 am
Viewing 15 posts - 151 through 165 (of 584 total)