Forum Replies Created

Viewing 15 posts - 2,941 through 2,955 (of 6,041 total)

  • RE: Crafting Your Resume

    Gary Varga (1/25/2016)


    Alan.B (1/25/2016)


    ...but it won't include a cover letter...

    I haven't written a covering letter since 1997. The CV structure survives but not the medium.

    From what I've seen, often times...

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

  • RE: RECREATE AN ID OF A ROW AFTER BEING DELETED

    abdellahmoh2016 (1/22/2016)


    Hi Thank you for your reply

    It's because my boss suggested me simple like that

    Your boss may be the simple one to request such a thing. However, to fullfill the...

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

  • RE: Crafting Your Resume

    When crafting a resume, keep in mind that your primary audience is either a recruiter (external or internel to the organization) or a non-technical HR manager. That's who gets the...

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

  • RE: How to figure out whether data is selected from dirty pages?

    GilaMonster (1/22/2016)


    Eric M Russell (1/22/2016)


    A dirty page is simply a page that been written to during an active (ie: uncommitted) transaction.

    Or a committed transaction. It's a page that has been...

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

  • RE: The Market

    Ed Wagner (1/22/2016)


    mjh 45389 (1/22/2016)


    I think I am somewhat underpaid but I do work in a pleasant location with agreeable individuals which is worth a lot in itself. The problem...

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

  • RE: How to figure out whether data is selected from dirty pages?

    A dirty page is simply a page that been written to during an active (ie: uncommitted) transaction. Normally (when default READ COMMITTED is in effect) readers will attempt to take...

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

  • RE: Hacking Data

    Gary Varga (1/22/2016)


    Eric M Russell (1/22/2016)


    Gary Varga (1/22/2016)


    Eric M Russell (12/22/2015)


    Remotely hacking another driver's Bluetooth component system is a way cooler and less violent way to express road rage than...

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

  • RE: The Market

    There are a lot of IT departments who get some extra funding in their budget and then try to fill slots with warm bodies in an extremely short timeframe. Maybe...

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

  • RE: Restricting users from creating nvarchar columns

    As the DBA, you may not be able to stop developers from not following design rules in development, but you at least should stand between development and production. You do...

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

  • RE: Hacking Data

    Gary Varga (1/22/2016)


    Eric M Russell (12/22/2015)


    Remotely hacking another driver's Bluetooth component system is a way cooler and less violent way to express road rage than pulling out a handgun. 🙂

    Way...

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

  • RE: Design a Better SQL Server Pricing Model

    David.Poole (1/21/2016)


    ...

    I found the M$ interpretation varied depending on how close the licencing staff were to their annual bonus

    Yes, as with any major purchase like automobiles or realestate, it may...

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

  • RE: Why Use the Principle of Least Privilege?

    Most languages, particularly scripting languages like JavaScript and PHP (ie: Eval function), support dynamic execution. It's just more problematic with SQL because it's a language that enables retreival and modification...

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

  • RE: Duplicate key error

    sql-lover (1/21/2016)


    Eric M Russell (1/21/2016)


    sql-lover (1/21/2016)


    Eric M Russell (1/21/2016)


    The DMV dm_exec_procedure_stats returns one row for each cached stored procedure plan. There can be multiple cached plans for a single procedure...

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

  • RE: Duplicate key error

    sql-lover (1/21/2016)


    Eric M Russell (1/21/2016)


    The DMV dm_exec_procedure_stats returns one row for each cached stored procedure plan. There can be multiple cached plans for a single procedure (database_id, object_id). The column...

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

  • RE: Duplicate key error

    The DMV dm_exec_procedure_stats returns one row for each cached stored procedure plan. There can be multiple cached plans for a single procedure (database_id, object_id). The column 'plan_handle' is the plan...

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

Viewing 15 posts - 2,941 through 2,955 (of 6,041 total)