Forum Replies Created

Viewing 15 posts - 151 through 165 (of 584 total)

  • RE: New Year's Eve

    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...

  • RE: Memory-optimized table indexes in SQL 2014

    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...

  • RE: The Importance of Validating Backups

    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...

  • RE: predict the output

    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...

  • RE: Central Management Server Security

    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....

  • RE: Execution Plan Cursors

    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...

  • RE: All the rows before this one

    Nice question and good feature. Makes rolling calcs easier.

  • RE: Replicating Data with Mobile Clients - SQL Server 2012

    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...

  • RE: Data Compression Objects

    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?

  • RE: The Geek Christmas Poll

    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...

  • RE: T-SQL Arithmetic and Geometric Sequence (Series)

    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...

  • RE: The Geek Christmas Poll

    How about an ANSI compliant DBMS that runs on an operating system that doesn't drive you crazy that sells for less than $2000? 😉

  • RE: Central Management Servers

    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...

  • RE: Windowing Ranges

    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...

  • RE: Hekaton

    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...

Viewing 15 posts - 151 through 165 (of 584 total)