Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 6,023 total)

  • RE: What to Read in 2018

    I'm constantly learning out of necessity, but unless I'm stuck in a waiting room or airplane, I do practically no technology related reading outside work; it's part of my day...

  • RE: What to Read in 2018

    For classic fiction, I'd recommend "It Can't Happen Here" by Sinclair Lewis.
    For fantasy / scifi, I'd recommend "The Liveship Traders Trilogy" by Robin Hobb.
    For self improvement, I'd recommend...

  • RE: The Learning Choice

    It's worth noting how many top SQL Server experts thrived over the past 20 years while knowing next to nothing about MDX, NDX, and BIML. Should R and Python be...

  • RE: Finding the Right Data

    David.Poole - Wednesday, February 7, 2018 9:46 AM

    ...
    CCTV footage , especially hi-def can take us beyond security to the point where we...

  • RE: We Do Need To Upgrade

    Regarding the ATM hack cited, it seems to me that the vulnerability has more to do with a machine design that allows someone to patch in a laptop, and also...

  • RE: Liberating the DBA from SQL Authentication with AD Groups

    We typically implement mixed authentication, having an 'SA' account that is never used except in an unusual situation, like when there is an issue with the domain controller or the...

  • RE: Liberating the DBA from SQL Authentication with AD Groups

    ephilipse - Monday, December 21, 2015 3:48 AM

    At itself an ok article.However, in many situations the AD is beyond the control of...

  • RE: Is there a way to verify the details of a backed up TDE certificate without actually restoring the certificate on a server?

    Are the certificate backup files encrypted with a private key?
    If so, that would prevent inspecting them externally with something like a text viewer.

    One thing you could...

  • RE: I need a opinion

    Regarding dynamic sql versus paramaterized sql, probably the example you've provided has been simplified for illustration purposes, and this is really an attempt to get a more general answer intended...

  • RE: Change and the ability to adapt

    bdcoder - Thursday, February 1, 2018 8:26 AM

    I don't mind change -- so long as its documented!
    The state / lack of "documentation"...

  • RE: I/O Performance on Null DB

    Rather than analyzing by database, I'd suggest focusing on what sql batches or execution plans are causing the spikes. Try selecting top 10 from query stats order descending by (total_physical_reads...

  • RE: Change and the ability to adapt

    If I were to list three self identifying traits on my personal profile or resume, Adaptability would be one of them. It's good to have.

  • RE: Lowering the Noise

    Identify jobs and other processes that are obsolete and tombstone them. That's especially common in large enterprise IT shops with scores of production database servers and 100s or 1000s of...

  • RE: Lowering the Noise

    bpwilso - Tuesday, January 30, 2018 4:53 PM

    Steve Jones - SSC Editor - Tuesday, January 30, 2018...

  • RE: Sql Server Change from local Account to Domain Account

    er sql - Tuesday, January 30, 2018 12:29 PM

    Hi, I'm trying to change SQL Server Account from local to Domain but I'm...

Viewing 15 posts - 1,051 through 1,065 (of 6,023 total)