Forum Replies Created

Viewing 15 posts - 286 through 300 (of 1,187 total)

  • RE: Trailing

    Thanks for the question. I got it right only because I've seen it work. Not sure why it is allowed, though.

    - webrunner

  • RE: Help with SQL 2012 to SQL 2016 P2V considerations

    wtren (10/11/2016)


    normally you should ask vmware about the licenses choice and cost, generally sql server virulization it will have some negative performance effect, but you also got administration flexibility...

  • RE: Help with SQL 2012 to SQL 2016 P2V considerations

    Thanks very much for your feedback. We are going to enlist help from Microsoft in addition to my own assessment of our current environment.

    - webrunner

  • RE: How to grant view definition access only on Views & Functions in SQL Server 2K8R2

    Sean Lange (7/23/2012)


    To add to Capn's response, the following script can be tweaked to generate the sql you need.

    declare @login VARCHAR(30) = 'UserID'

    SELECT 'Grant View Definition ON ' + schema_name(schema_id)...

  • RE: The Christmas CROSS APPLY

    Wow, that's some crazy SQL! Thanks for the cool question, though. 🙂

    - webrunner

  • RE: Comparing with NULL

    Thanks, great question.

    - webrunner

    P.S. I see the following code returns false, true.

    SELECT CASE

    WHEN (9999 IS NULL)...

  • RE: Capture the Flag

    Eric M Russell (9/23/2016)


    Yet Another DBA (9/23/2016)


    It is narrow-AI and not general-AI (which is what WATSON is trying to be).

    If we have problems with developers running feral in the...

  • RE: Capture the Flag

    Steve Jones - SSC Editor (9/22/2016)


    I decided not to stoke more fears than necessary.

    +1 Great point. In fact, I realize I should not have posted 'Skynet' because 'Skynet' could very...

  • RE: Capture the Flag

    No love for Skynet in this editorial? :hehe:

  • RE: Backup History for all databases

    Thanks for the script!

    - webrunner

  • RE: Logical processors

    Thanks for the question, Igor!

    I learned something.

    - webrunner

  • RE: Why We Need Backups First

    Gary Varga (9/20/2016)


    webrunner (9/20/2016)


    That's a fairly egregious breach of duty for some IT personnel in this case. The system was installed in 2009, and this event apparently occurred during a...

  • RE: Why We Need Backups First

    That's a fairly egregious breach of duty for some IT personnel in this case. The system was installed in 2009, and this event apparently occurred during a software upgrade in...

  • RE: T-SQL: EOMONTH

    Thanks - interesting question.

    - webrunner

  • RE: Is Division by Zero NULL?

    Thanks.

    I do prefer the simplicity of simply disallowing divide by zero, instead of treating it as NULL. The usual argument from looking at division as the inverse of multiplication is...

Viewing 15 posts - 286 through 300 (of 1,187 total)