Forum Replies Created

Viewing 15 posts - 811 through 825 (of 6,022 total)

  • RE: Data Has a Dollar Value

    Platforms like Azure have removed the barrier of entry for companies that want to perform analytics, but we still need to consider whether it makes sense for most organizations to...

  • RE: Maintain Your Trustworthiness

    There is no reason for the DBA to see the unencrypted contents of the Salary or CreditCardNumber column. In any corporate IT shop, there is usually at least...

  • RE: Maintain Your Trustworthiness

    The sysadmin charged with guarding the gate doesn't necessarily need the key to every door inside the castle. For databases containing sensitive data, there should be something like column level...

  • RE: What is NoSQL?

    Steve Jones - SSC Editor - Wednesday, August 15, 2018 9:24 AM

    Eric M Russell - Tuesday, August...

  • RE: What is NoSQL?

    RDMS are typically SQL based, but a RDMS can also use some other query language besides SQL, and a non-RDMS (or NoSQL) database can also use SQL. It seems to...

  • RE: Using pw-inspector in Brute Force attack on SQL Server

    For this to work against SQL Server, it assumes that:

    - The user's accounts is not domain authenticated
    https://social.technet.microsoft.com/wiki/contents/articles/32490.active-directory-bad-passwords-and-account-lockout.aspx

    - The sysadmin doesn't have 'enforce password...

  • RE: The TSB disaster: Where were the grown-ups?

    Allowing customers to use the system while it's in the process of being migrated, I guess that's one way to meet the technical requirements of your department's 99.9% SLA. That...

  • RE: What is NoSQL?

    Steve Jones - SSC Editor - Tuesday, August 14, 2018 9:33 AM

    It is now. We have graph as well.

    I might argue that...

  • RE: What is NoSQL?

    Actually, [SQL Server] is a NoSQL database engine. It naively supports reading and writing data contained in row, columnular, xml, flat text, or blob format. It supports queries using: SQL,...

  • RE: Unwired for Weeks

    If babies die because an IT staff member happened to be on vacation, then there is something very wrong about the organization's functional dependency on information technology.

  • RE: Unwired for Weeks

    I appreciate my career; it allows me to earn a good living while doing something I actually enjoy and excel at. However, the cumulative impact of technology on society and...

  • RE: formatting T-SQL

    drew.allen - Wednesday, August 8, 2018 8:25 AM

    ...
    It doesn't matter.  It's still a choice that someone has made.  When the code...

  • RE: formatting T-SQL

    drew.allen - Wednesday, August 8, 2018 7:52 AM

    Eric M Russell - Wednesday, August 8, 2018 7:12 AM

  • RE: formatting T-SQL

    Code reviews are great, but depending on the volume and velocity of development, it's usually not possible. The larger the organization, the more developers and applications, and the size of...

  • RE: formatting T-SQL

    If you work in an organization where a DBA has an the opportunity, time, and political clout to perform manual code reviews, then good for you. However, the good thing...

Viewing 15 posts - 811 through 825 (of 6,022 total)