Forum Replies Created

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

  • RE: Production Scripts

    Steve Jones - SSC Editor - Tuesday, February 13, 2018 9:25 AM

    Eric,

    Do you track some logins, Linked servers, with this as well?...

  • RE: Production Scripts

    Jobs are something that tends to get modified in production without going through the normal change control process. For example, at 2:00am the DBA might disable the job or alter...

  • RE: What to Read in 2018

    Rod at work - Sunday, February 11, 2018 8:04 AM

    Eric M Russell - Friday, February 9, 2018...

  • 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.

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