Forum Replies Created

Viewing 15 posts - 121 through 135 (of 189 total)

  • RE: Developer Deployment Frustrations

    PHYData DBA (10/11/2016)


    I thought the addition of attaching to database files directly (in Visual Studio) and having separate environments for Dev, Test, and Production was the current M$ way.

    Why would...

  • RE: Developer Deployment Frustrations

    As developer I don't hate SQL Server at all, I've never met a DBA in person so often have to do little bits and pieces that I guess you'd expect...

  • RE: Ignoring Database Version Control

    funbi (9/13/2016)


    xsevensinzx (9/12/2016)Can't you just do that in code documentation? I think that's the biggest hurdle for me on justification. In all my stored procs for example, you have a...

  • RE: Ignoring Database Version Control

    Coming predominantly from a software dev' side where we obviously do use a source control system.

    We don't use an ORM and so what we do for DB stuff is we:

    #...

  • RE: Keyboard Hardlines

    I've had both wired and wireless KB/mice and in the end I'm back on wired.

    Wireless is nice and all but like the article said really it is only a smidgen...

  • RE: How does SQL work with blanks?

    In my eyes that entire syntax is a bug.

    It should not be possible to create a database who name consists of nothing but spaces.

    Anybody that creates a database with spaces...

  • RE: Scary Deployments

    Stephanie Giovannini (7/21/2016)


    I don't understand why code re-writes cause so much fear, both among developers and management. It's the code equivalent of cleaning out the basement by emptying it, scrubbing...

  • RE: Scary Deployments

    I'd say that developers are only afraid to touch old systems because they know they will not be allowed time to refactor or remove technical debt because there is no...

  • RE: How do gradually trim a big table

    Sean Lange (5/25/2016)


    gjuarez (5/24/2016)


    The table has 67404675, i need to keep 180 days, I calculated about 10,000000 for a year.

    So you are only going to keep 180 rows out of...

  • RE: How do gradually trim a big table

    Eric M Russell (5/23/2016)


    If you're deleting a total of 100 million rows, then deleting in batches of 10,000 would be too small, because there will be 10,000 iterations of the...

  • RE: The Complexity of Branches

    It depends on how much coverage your automated tests give you.

    If a dev is working on a feature that can not be done piecemeal you never want that in your...

  • RE: A Sad Story about Upgrading to Windows 10

    GeorgeCopeland (3/15/2016)


    djackson, I seriously do not agree with you. 1) Microsoft has a place in the enterprise. There is no question about that. 2) I have done a ton of...

  • RE: A Sad Story about Upgrading to Windows 10

    If this is a true story then this guy is just a complete and utter f$%ktard and should never be allowed to use a computer again.

    If you had multiple scares...

  • RE: DAX Calendar

    Did not know this but guessed the correct answer based on the fact SQL Server already has datediff and the between statement is inclusive.

    My investigation for this would be what...

  • RE: Adios, IE

    Ed Wagner (1/12/2016)


    Steve Jones - SSC Editor (1/12/2016)


    I'll stick with FF/Chrome as my primary browsers.

    Me too. I've seen Edge consume over 1 GB of memory on a single page...

Viewing 15 posts - 121 through 135 (of 189 total)