Forum Replies Created

Viewing 15 posts - 14,986 through 15,000 (of 49,552 total)

  • RE: Logical consistency error

    devanandiiway (1/3/2013)


    The problem is the good backup of this database got expired.

    Then you have a serious problem, because there's no way you can repair this error. You need to...

  • RE: Shrink database

    SQLRNNR (1/3/2013)


    GilaMonster (1/3/2013)


    No, a shrink (even a 'properly performed' one) will not improve SQL performance. The index rebuild and stats update they recommend would be what improves performance.

    Even better is...

  • RE: Setting Snapshot Isolation Level

    james marriot (1/2/2013)


    Do i need to explicitly say SET TRANSACTION ISOLATION LEVEL SNAPSHOT; in each batch that i want to operate under Snapshot isolation?

    Yes.

    I altered database

    Set Allow_Snapshot_Isolation ON, but even...

  • RE: Shrink database

    Terrie (1/3/2013)


    I always thought it was generally recommended not to shrink growing databases.

    You would be completely correct there.

    "The Shrink Database procedure is required due to continued insertions and deletions in...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (1/3/2013)


    Any twitter folks here use a samsung galaxy? If so, what app do you recommend?

    Twicca's quite nice

  • RE: Is there a LEN() bug in SS2008?

    Can you post some sample data please?

    One potential reason is that the where clause is NOT guaranteed to be executed before the functions in the select are, hence it may...

  • RE: Phone numbers in a Help Desk application

    kwoznica (1/2/2013)


    You also wrote

    You have a singular “phone_contact” table name!! ONLY One?!

    I take that this is a suggestion to make the phone_contact table a wider table to include...

  • RE: MSDB stuck in recovery mode

    SQL Server error log. There will be messages about being unable to open a file. Check there, post the messages.

    Not interested in the login failure. It's an effect, not a...

  • RE: Record locking

    john 60195 (1/3/2013)


    After some more read maybe this would lock a record (and only one record) until all work is done

    No.

    Rowlock just says *start* with row locks. Not only ever...

  • RE: MSDB stuck in recovery mode

    Recovery pending means SQL cannot open one or more of the files.

    Check the error log for details. There will be details of what file and what error.

  • RE: DBCC_CheckDB Error in Index

    Connect.

  • RE: DBCC_CheckDB Error in Index

    Well, probably less that it's wrong and more that the page in question was changed from reading "In SQL Server 2005" to "In SQL Server 2008" with noone on the...

  • RE: Transaction Log

    craighiggins (1/3/2013)


    Hi Gail

    Sorry to be a pain but what should the log_reuse_wait_desc value be?

    Nothing

    Anything other than that and something is preventing log reuse, meaning the log may grow if the...

  • RE: awe_allocated_kb in SQL 2012

    AWE enabled is for 32-bit SQL to access memory above the 4GB boundary. That's what's been removed.

    awe_memory is any that's allocated using the alloc_physical_memory API call, and that's used when...

Viewing 15 posts - 14,986 through 15,000 (of 49,552 total)