Forum Replies Created

Viewing 15 posts - 1 through 15 (of 38 total)

  • Reply To: Speedy Break Fix

    In my experience, agility wins over perfection.  Mainly because perfection never arrives at the fight!  That being said, no testing at all can be a little too agile.   And...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: Is the Database a Series of Microservices?

    Love it!  Thanks for helping me conceive of databases in a whole new way.

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: Bug Management

    I feel like there are some developers that really like tracking down and fixing bugs and others that really don't - regardless of whether they are junior or senior.  There...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: The SQLCMD GO

    I get the same issue as Rune.  It appears to be ignoring the count as well.

    PRINT 'What Up?'
    GO 3

    Messages:
    Beginning execution loop
    WhatUP?
    WhatUP?
    WhatUP?
    Batch execution completed 3 times.

    PRINT 'What...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: The SQLCMD GO

    Thanks for verifying, Rune!  I wasn't familiar with the

    !!DIR

    command, so thanks for that too.

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: The SQLCMD GO

    Yeah, definitely in SQLCMD mode.  I use it alot. I tried

    !! GO

    as well.

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: The SQLCMD GO

    I get an error when I use !!GO:

    'Go' is not recognized as an internal or external command,
    operable program or batch file.

    But i can use:

    GO...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: Returning Info from Stored Procedures

    I've got to go with Carlo...the question was about returning info, not just data.  There are clearly more than the three listed answers.  Still, it was a great question because...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • Reply To: The End of 2019

    Thanks Steve,

    One more bit of useful knowledge for 2019, thanks!  Happy 2020!

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • RE: Data Clarity

    I agree with Eric.  Just because nothing has been done about it so far doesn't mean that change isn't coming.  Personally, I think the balance between privacy and security has...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • RE: Customize Software or Process

    As a developer I wrestle with this all the time.  Should my clients go with custom or off the shelf?  As the computer revolution matures, it seems the answer is...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • RE: What's in your CLR?

    We use CLR as a last resort and usually on an analysis instance -- rarely on production.  Main functions we use are very simple and for reporting -- Group_Concat, and...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • RE: Liable for Data Loss

    To my mind, the Microsoft case seems to be more about customer manipulation than data loss.  If they hadn't forced/coerced people into "upgrading", would there still be a case against...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • RE: Constant Data Types

    Great article! This can be one of the biggest 'gotchas'! I've had production code go bonkers using round before because I didn't understand why Round() didn't just work...

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

  • RE: Have You Designed a Database from Scratch?

    I'm fortunate to work in an environment where there are always new database projects emerging. I've created many, many databases, data warehouses, and front-end apps to go with them....

    The three biggest mistakes in life...thinking that power = freedom, sex = love, and data = information.

Viewing 15 posts - 1 through 15 (of 38 total)