Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 7,164 total)

  • RE: PCI Compliance

    In SQL 2005 Trace may be your best option. If you're just looking for ad hoc then SQL:StatementStarting might catch all your cases with a filter on Text for that...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Stored Procedures Execute Permissions

    crmitchell (4/22/2013)


    opc.three (4/22/2013)


    crmitchell (4/22/2013)


    Eric M Russell (4/18/2013)


    Dree Vasquez (4/18/2013)


    Hi All

    If you're a member of sysadmin, then you can grant or deny whatever privillages you know are really required. You can...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Stored Procedures Execute Permissions

    crmitchell (4/22/2013)


    Eric M Russell (4/18/2013)


    Dree Vasquez (4/18/2013)


    Hi All

    Thanks so much for all the suggestions. I really appreciate it.

    I asked the Global developer and they said their procedures cannot be changed....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: The Elusive Conditional WHERE Clause

    MarbryHardin (4/19/2013)


    There is also the option of using a table type parameter as a container for variable and/variable length parameter lists.

    Absolutely! And testing will show that shipping a TVP to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    bcsims 90437 (4/18/2013)


    SQLRNNR (4/18/2013)


    JAZZ Master (4/18/2013)


    crookj (4/18/2013)


    opc.three (4/17/2013)


    SQLRNNR (4/17/2013)


    JAZZ Master (4/17/2013)


    Revenant (4/17/2013)


    SQLRNNR (4/17/2013)


    opc.three (4/17/2013)


    Stuart Davies (4/17/2013)


    Evil Kraig F (4/16/2013)


    SQLRNNR (4/16/2013)


    Universe

    Egos

    Id

    Sequence

    helix

    double

    mint

    truffle

    Fries

    Chili Cheese...

    hot dogs

    ANGUS

    KOBE

    Achilles

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Stored Procedures Execute Permissions

    WITH EXECUTE AS can fall down if there are cross-database calls.

    To answer your question, yes, there is a way to setup your database security such that the Database User only...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Index Rebuild Taking too Long?

    1. CHECKSUM would likely catch straight mods to a page outside the engine. That's their reason for existing. Point was that the engine is supposed to disallow out-of-bounds data values...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Index Rebuild Taking too Long?

    It ensures that data in your columns adheres to that column's data type. Nothing more really. But once you run it once WITH DATA_PURITY you'll always get those checks out...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Index Rebuild Taking too Long?

    Definitely run in prod. Chances are good if it ran clean off the restored copy it will run clean in prod. CHECKDB is not going to make mods to your...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    SQLRNNR (4/17/2013)


    JAZZ Master (4/17/2013)


    Revenant (4/17/2013)


    SQLRNNR (4/17/2013)


    opc.three (4/17/2013)


    Stuart Davies (4/17/2013)


    Evil Kraig F (4/16/2013)


    SQLRNNR (4/16/2013)


    Universe

    Egos

    Id

    Sequence

    helix

    double

    mint

    truffle

    Fries

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Stuart Davies (4/17/2013)


    Evil Kraig F (4/16/2013)


    SQLRNNR (4/16/2013)


    Universe

    Egos

    Id

    Sequence

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Index Rebuild Taking too Long?

    Given that this was a 2000 DB and UPDATEUSAGE had not been run, it compels me to ask you if you have ever run CHECKDB WITH DATA_PURITY. If you have...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: RegEx CC

    I am not in a place where I can test, but it seems like simply adding a .* before and after the regex that matches your CC# pattern would make...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server Jobs, status, duration running, step

    You're using an undocumented proc. See if the documented proc I mentioned will be more helpful or research differences in the interface for the one you are using on 2012.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server Jobs, status, duration running, step

    sp_help_job might be a better option for you.

    I looked into this once before when writing a synchronous version of sp_start_job and I think the trouble you're going to face, whether...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,246 through 1,260 (of 7,164 total)