Forum Replies Created

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

  • RE: Min and Max server memory

    prashanthreddymr (4/17/2013)


    Am a junior DBA and We have an issue from last couple of days. We have a server of Windows 2003 Standard Edtion of x64 bit with SP2. SQL...

  • 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...

  • 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...

  • 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....

  • 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...

  • 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

  • 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...

  • 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...

  • 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...

  • 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...

  • 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

  • RE: Today's Random Word!

    Stuart Davies (4/17/2013)


    Evil Kraig F (4/16/2013)


    SQLRNNR (4/16/2013)


    Universe

    Egos

    Id

    Sequence

  • 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...

  • 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...

  • 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.

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