Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)

  • RE: Wasted Work

    How do you handle the all too common situation where a feature is not used because it just can't be done well enough or complete enough as a small change...

  • RE: An Open Thank You to the Microsoft SQL Server Team

    This is a beautiful thing for debugging.  Should there be a concern however, about potentially leaking sensitive data via attacks that exploit the error messages?  Perhaps that is why they...

  • RE: Considering Other Views

    The editorial makes a good point. I don't mind putting on the reading glasses when I sit down at my computer, but it's ridiculous to me to have to do...

  • RE: TRY to CAST

    russ dalton - Wednesday, April 11, 2018 7:14 AM

    The answer query post isn't the same as the first posted question query.  The...

  • RE: Your Thoughts On In-line SQL

    Jason A. Long - Friday, March 16, 2018 4:24 PM

    Lynn Pettis - Friday, March 16, 2018 2:27...

  • RE: Your Thoughts On In-line SQL

    Jeff Moden - Friday, March 16, 2018 1:56 PM

    RenoChris - Friday, March 16, 2018 1:12 PM

    March 16, 2018 at 2:21 pm

    #1983656

  • RE: Your Thoughts On In-line SQL

    bkubicek - Friday, March 16, 2018 2:00 PM

    Jeff Moden - Friday, March 16, 2018 1:56 PM

    March 16, 2018 at 2:18 pm

    #1983654

  • RE: Your Thoughts On In-line SQL

    Generally I like stored procedures too for many of the reasons already mentioned. One real world problem we had however, that caused us to move all or business logic back...

  • RE: Improving Replication

    We've been working with SSIS quite a bit and it does feel brittle. Both the tools and the core functions seem like they got them to the beta stage and...

  • RE: The 10X Programmer

    Clearly there are 1/10 x programmers but does that truly mean we have 10 x programmers? It all depends on how you define x. If x is the...

  • RE: Learning to Search

    I'd like to use search in this way but I'm so disappointed in how outlook search works (or doesn't) Also the fact that Ctrl-F means Forward instead of Find...

  • RE: Where should middle tier business logic be stored?

    Security is also an issue. We've seen instances where customers steal code that is in Stored Procedures, take over maintenance themselves, and stop paying for the product. If more...

  • RE: Hidden Tricks To SQL Server Table Cleanup

    I did something very similar which is working great. The commit after each small batch is the real secret. I also put a WAITFOR DELAY '00:00:02' into the...

  • RE: What Differentiates Enterprise?

    I agree that they should have only one edition with all the features. They could set price points and use licensing to enforce them. The difference would be...

Viewing 14 posts - 1 through 14 (of 14 total)