Forum Replies Created

Viewing 15 posts - 256 through 270 (of 1,179 total)

  • RE: TEMPDB High avg write wait time(145ms) on Data files. Suspect Sharepoint might be the culprit any advice appreciated.

    how about network?

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

  • RE: how to make use of tempdb in sql server 2000

    Are you facing any issue related to tempdb?

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

  • RE: how to declare a variable

    You can use check constrain.

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

  • RE: SORT_IN_TEMPDB

    When SORT_IN_TEMPDB option is ON SQL Server uses tempdb to store the intermediate sort results which are used to build the index while reindexing.

    It is always good to have TEMPDB...

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

  • RE: Deadlock occuring due to Schema Locks

    I don't think so.

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

  • RE: sp_who2 command menu is set option on

    I do not see any blocking.

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

  • RE: In Log shipping Copy Job is not Running successfully...

    Could be the permission issue. Any error in SQL log?

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

  • RE: How to query SQL server to know if the SQL instance is in shutdown-in-progress state ?

    What is the status of SQL Server services when you receive this error message?

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

  • RE: Installed Instances are reflecting in the Local Services

    Disable the antivirus and try.

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

  • RE: script to find the roles

    you can change the query as per your requirement.

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

  • RE: Very High Full Backup size

    can you post result of following command? Where dbname is the database name on which you are facing issue.

    sp_helpdb <dbname>

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

  • RE: Insert into table varying with time

    This is normal.

    This is due to internal SQL Server processing. Sometime when query plan is available for your query it will executed immediately. Also in the destination table if...

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

  • RE: Backup Failed SQL 2005

    You haven't updated error from sql error log?

    Can you restore with command line?

    BACKUP DATABASE <DBNAME> TO DISK = '<PATH>'

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

  • RE: Restore Job is running Successfully But the Data Restoring is happening Second Successful Run

    This is normal and happen when your backpu/copy from primary to secondary will take more than 5 min. So restore job on secondary will not find any file to restore...

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

  • RE: Backup Failed SQL 2005

    Have you checked the error log? What information captured in it? Is this production server? Have you executed DBCC CHECKDB?

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

Viewing 15 posts - 256 through 270 (of 1,179 total)