Forum Replies Created

Viewing 15 posts - 301 through 315 (of 1,221 total)

  • RE: Is It Time to Upgrade?

    It has always struck me that Microsoft really needs a brain adjustment. SQL Server is a business tool, yet it seems that they treat it like a consumer product....

  • RE: Would a Duress Password be a Good Idea?

    Gary Varga (4/27/2015)


    Eric M Russell (4/22/2015)


    ...It's floor #13...

    Which is quite ridiculous as an English Gentleman knows that the 13th floor is the 14th floor as there must be a ground...

  • RE: Would a Duress Password be a Good Idea?

    Eric M Russell (4/22/2015)


    Conceptually, it's like when the police leave an "abandoned" car on the side of the road and wait for theives. ...

    Law enforcement has a honeypot car that...

  • RE: Embrace Stored Procedures

    bdenning (4/22/2015)


    I in no way stated "don't read this article" but instead it was a soft plea to SQL Server Central to not reference such articles. Doing so increases...

  • RE: Is there an easier way to do this than to use a CTE?

    dwain.c (4/21/2015)


    Wayne West (4/21/2015)


    Dwain, that first code worked perfect, the second one only has D/N/P/Y appearing for district 000, which may or may not work live. Since the first...

  • RE: Would a Duress Password be a Good Idea?

    Eric M Russell (4/21/2015)


    Wayne West (4/21/2015)


    Eric M Russell (4/21/2015)


    So did we learn anything today, or was this mostly an offbeat topic?

    What do you guys think about the honeypot database...

  • RE: Would a Duress Password be a Good Idea?

    Eric M Russell (4/21/2015)


    So did we learn anything today, or was this mostly an offbeat topic?

    What do you guys think about the honeypot database server to attract hackers or...

  • RE: Would a Duress Password be a Good Idea?

    Moneypenny was a crack shot, so I definitely wouldn't try to sneak past her! There was a line in one of the books where M says that she shoots...

  • RE: Would a Duress Password be a Good Idea?

    I like the honeypot idea, but wouldn't you pretty much need a full-time sysadmin to maintain it and keep it looking current and monitor it? I guess the honeypot...

  • RE: Is there an easier way to do this than to use a CTE?

    Dwain, that first code worked perfect, the second one only has D/N/P/Y appearing for district 000, which may or may not work live. Since the first one does work...

  • RE: Embrace Stored Procedures

    Andrew..Peterson (4/20/2015)


    ...we cannot come to any unified agreement as to what "Best Practices" should be with regards to stored procedures.

    I think part of this is two-fold. 1: Every situation...

  • RE: PK Non-CLUSTERED to CLUSTERED

    ScottPletcher (4/16/2015)


    For example:

    --USE [<your_db_name_here>] --naturally make sure you are in the right db

    SET DEADLOCK_PRIORITY LOW --probably irrelevant, but just in case

    DECLARE @list_missing_indexes bit

    DECLARE @table_name_pattern sysname

    --NOTE: showing missing indexes can take...

  • RE: Monitoring After Deployment

    Eric M Russell (4/17/2015)


    Below is a script I use to quickly zip through every database, looking for objects that have been created or modified in the past 24 hours. In...

  • RE: Your Cloud Held Hostage – Could It Happen?

    Eric M Russell (4/17/2015)


    I was thinking along the lines of intermittent failure, something that causes a disruption of a few hours or maybe a full day (which might have more...

  • RE: Calculating Duration Using DATETIME Start and End Dates (SQL Spackle)

    Jeff Moden (4/16/2015)


    My greatest disappointment is that MS doesn't have a datetime conversion for Pig Latin. 😛

    It's in Alpha testing right now and will release next year on April 1....

Viewing 15 posts - 301 through 315 (of 1,221 total)