Forum Replies Created

Viewing 15 posts - 4,141 through 4,155 (of 6,041 total)

  • RE: WHERE 1 = 1,who uses this besides me

    If you choose to compare a column to itself, then understand that it's not functionally the same as "1 = 1", the result will exclude rows with NULL values.

    create...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBA vs. Developer Question / Issue

    Grant Fritchey (2/19/2015)


    shane.green 1227 (2/19/2015)


    There are exceptions to every rule, so while "All tables should have at least one index" is good rule - it doesn't mean that should not...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: WHERE 1 = 1,who uses this besides me

    Eric M Russell (2/18/2015)


    Resender (2/2/2015)


    ok this is something of a best practice of mine in my queries

    I always do

    WHERE 1 = 1

    I can't remember where I picked this habit up...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: WHERE 1 = 1,who uses this besides me

    Resender (2/2/2015)


    ok this is something of a best practice of mine in my queries

    I always do

    WHERE 1 = 1

    I can't remember where I picked this habit up and I'm one...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBA vs. Developer Question / Issue

    butcherking13 (2/18/2015)


    I was hoping the tenured DBA’s would chime in on this. I work with a developer who has more experience as I am a very junior DBA. She is...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Injection, Still?

    djackson 22568 (2/18/2015)


    ...

    It is also against the law to kill and steal, but people do it. Laws don't prevent anything, they discourage. Governments and corporations across the...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Injection, Still?

    call.copse (2/18/2015)


    Eric M Russell (2/17/2015)


    GoofyGuy (2/17/2015)


    It eliminates the need to eat.

    Liquid bread, it is!

    Which makes we wonder: Maybe Brits do have better beer options in a typical bar, but...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Injection, Still?

    GoofyGuy (2/17/2015)


    It eliminates the need to eat.

    Liquid bread, it is!

    Which makes we wonder: Maybe Brits do have better beer options in a typical bar, but how does the bar...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Injection, Still?

    GoofyGuy (2/17/2015)


    IT these days looks more like a craft brewery where we keep changing the recipe: sometimes it works, and sometimes it's disgusting.

    I'm tempted to make a comparison between American...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Injection, Still?

    But are most data breaches the result of SQL injection or even ad-hoc database access by outsiders?

    From what I've seen, most of these massive data breaches are done by:...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Kill Processes

    Kev Charlatan (2/17/2015)


    'Use it carefully'

    Understatement of the year!

    Yeah, you definately want to first test fire it on the development server a few times just to make sure you know how...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Injection, Still?

    However there are two big problems that prevent us from eradicating SQL Injection: aging code and bad habits.

    I know it gets old, but we should never assume we're preaching...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Can I roll my database forward

    This would be more of a solution going forward, but we can also use DDL Triggers to audit all database schema changes. I've personally never done this, but as the...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Can I roll my database forward

    aaron.reese (2/17/2015)


    Preaching to the converted mate!

    Currently have 40+ customers all with modified databases that do not match the release standard and the test database may or may not match the...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Kill Processes

    Igor Micev (2/16/2015)


    bgrossnickle (2/10/2015)


    won't you get an error if you try to kill system processes?

    This is a good notice. System databases' process should be avoided.

    @author: What about if you want...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 4,141 through 4,155 (of 6,041 total)