Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,179 total)

  • RE: Backup of msdb stuck in rollback

    I am not sure why backpu is configure like this? msdb is system database and in SIMPLE recovery mode. But you are taking FULL and TLOG backup for the database....

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

  • RE: TEMPDB is growing to 400GB

    There are multiple things to look for. In addition to above you can also check if tempdb is growing at the time of any maintenance?

    HTH

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

  • RE: Hekaton

    Thank you and appreciate your overwhelming response.

    Cheers!!

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

  • RE: Choosing replication type and preparing for it

    What I understood from above post is "Data gnerated at subscriber from 15 sites and replicated to central server". If this is the case central subscriber is the ideal option....

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

  • RE: SQL Server 2005 Upgrdations and SQL 2012 Review

    Please find following link which will give fair idea about SQL Server 2012 licence cost:

    http://redmondmag.com/articles/2011/11/05/~/media/ECG/redmondmag/Images/2011/11/sql_server_2012_lic_lg.ashx

    However get in touch with Microsoft for latest price; there may be differenct for the different...

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

  • RE: Replication Databses are not Showing

    Check information from DMVs'like sys.dm_repl_articles for article published and sys.dm_repl_tranhash for transaction being replicated.

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

  • RE: Install - SQL Server 2008 R2 SP1

    Not getting exactly what's the issue. Provide error or screenshot for further investigation.

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

  • RE: Application stopped during Rebuild Index?

    Check if you can rebuild index online.

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

  • RE: Log Shipping Revertion

    What is the status of the database on old production server?

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

  • RE: Which system tables save permissions and SQL server configuration

    You can get the server configuration information by executing:

    sp_configure

    Other users and logins information can be obtained from catalogue views like sys.syslogins, sys.sysusers etc.

    HTH

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

  • RE: Backup SQL agent Job

    It all depends on how is your environment. It would be easy to maintain if you create a seperate job catagarize by the type of backup i.e. full, diffrential &...

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

  • RE: Tracking database changes

    Check if Change Data Capture (CDC) feature of SQL Server may help.

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

  • RE: Disable [guest] database user in [msdb] database

    Good question for core DBA.

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

  • RE: Transactional replication fails with no meaningful error message

    Try to capture error through profile.

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

  • RE: Why is my TLOG growing

    Do you have any maintenance task for this database? If so track tlog during maintenance.

    HTH

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

Viewing 15 posts - 601 through 615 (of 1,179 total)