Forum Replies Created

Viewing 15 posts - 91 through 105 (of 1,179 total)

  • RE: Poecilonym Madness!

    Interesting question, thank you Andy.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Reading, Writing, and Riskmetic

    Require the smallest amount of additional permissions to be granted

    :unsure:

    However even I am not sure if SET STATISTICS IO is enough to check a best performing query.

    Developer need to check...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Reading, Writing, and Riskmetic

    Thanks for interesting question Andy.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Renaming default instance

    Yes it is fine.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: model database size - wasted space?

    I usually do not change the model database size and preafer to keep it as default size. I never encounter any issue keeping model size as default.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: True Or False?

    You have to declare missing variables

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: No Files For You

    Missed today as I went back to my old days SQL 2000 🙂

    What would be the error message in SQL 2000? If error message is same points should be...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Rebuild of Indexes caused excessive Growth

    It is normal during the reindex your log grow hence your database size grow and depending on the database design and activities on the database.

    If you do not want...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Database slowdown a few times a day using mirroring

    Did you get a chance to find out any error in SQL OR WINDOW log?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Compressed Backups

    pmadhavapeddi22 (6/17/2014)


    Hi,

    I have tried taking the backup with the following t-sql commands

    case I

    -----------------------------------------------------

    backup database XTEST_DB to disk

    ='c:\XTEST_DB.bak' with compression

    backup database XTEST_DB to disk

    ='c:\XTEST_DB.bak'

    -----------------------------------------------------

    Both the backups are successful. first backup is...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Drop table rollback

    Nothing to do with checkpoints.

    Thanks Gail,

    Agreed; it do not have to do anything with respect to checkpoints.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: BACKUP LOG failed with "Cannot insert duplicate key in object 'dbo.backupmediaset'" message

    Maintenance plan may avoid such duplicate entry.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Drop table rollback

    Extract from BOL for (Drop Table):

    Large tables and indexes that use more than 128 extents are dropped in two separate phases: logical and physical. In the logical phase, the existing...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Switching from Active\Passive to Active\Active

    On a safer side you can create similar virtual envoronment and perform the task before touching live environment.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Copying a replicated environment to another instance

    You can generate script of the existing replication and execute it on your test environment. If required you can change the database name.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 91 through 105 (of 1,179 total)