Forum Replies Created

Viewing 15 posts - 4,996 through 5,010 (of 9,253 total)

  • RE: Logshipping out of sync

    Sudhakar Vallamsetty (9/18/2012)


    Get the last successfully restored t-log from LS tables present in MSDB database and apply subsequent t-log backups from Primary server on Secondary server(make sure you disable the...

  • RE: Changing Locations of DataFile

    when are you doing this?

  • RE: Logshipping out of sync

    Satish-1028188 (9/18/2012)


    Guys,

    I have logshipping configured in SQL Server 2008 boxes, some times this goes out of sync for some of databases (few of them are quite large in size) due...

  • RE: Changing Locations of DataFile

    great, just make sure to pay attention to what you're doing and it will be fine

  • RE: Changing Locations of DataFile

    runal_jagtap (9/18/2012)


    What are the steps for setting the tempdb datafile & log files to other locations???

    The same as i detailed above 😉

    You just need to restart the SQL Server service...

  • RE: Changing Locations of DataFile

    runal_jagtap (9/18/2012)


    Thanks Perry 🙂

    Can you give an example, rough pathfilename etc for this syntax query?

    ALTER DATABASE mydb MODIFY FILE(name=logicalname,

    FILENAME='new path and drive\the originalfilename.extension')

    Yes sure. Let's a ssume i have...

  • RE: Changing Locations of DataFile

    This is very easy and in fact I have a request for change for exactly this to complete this week in the organisation where I work. Follow these steps;

    • get the...

  • RE: How do I fix Damaged allocation pages

    jdbrown239 (9/17/2012)


    Could I go with repairing just the tables? Either checktable repair_allow_data_loss or checktable repair_rebuild?

    Just in case you didnt see my previous answers here it is again

    "restore the database...

  • RE: How do I fix Damaged allocation pages

    Restore if I were you at least you have a consistent start point, the data can always be re entered.

  • RE: Basuc question about High Availability solution.

    SQL* (9/17/2012)


    I have read in blogs/books that, when we are setting up mirroring/Log shipping we have to take the both Full backup&Transactional backup and restore them to the secondary server...

  • RE: sql server 2012 cluster take way too long to backup/restore

    Thanh Ngay Nguyen (9/16/2012)


    Of course from sql error log, i got lots of warning about 'IO take more than 15s'.

    This is a clear indication that something is wrong. Without knowing...

  • RE: 2 node failover cluster, SQL and DTC rescources lye on seperate nodes

    Windows 2003 or Windows 2008 cluster?

  • RE: Database going into suspected mode !!! Urgent

    Keep to one post, it'l be easier to track your solutions\answers. Already answered at

    http://www.sqlservercentral.com/Forums/Topic1359994-1550-1.aspx

  • RE: Database going into suspected mode !!! Urgent

    Have you checked the windows application event log and the sql server log for any possible error messages?

  • RE: Basuc question about High Availability solution.

    SQL* (9/17/2012)


    Hi,

    I am very new to the DBA scenarios, i am learning the things from the Online stuff.

    For high availability solution:

    1. We need to take the full backup.

    2. We need...

  • Viewing 15 posts - 4,996 through 5,010 (of 9,253 total)