Miracle happened with my 2 database test server databases...

  • Hi friends,

    4 days back i was just doing some r&d on my test servers first i mirrored on both the server like one is principal and another one is mirror server and witness itself principal server. After that i removed mirroring on both the servers completely.

    And created log shipping on both the server, without monitor server. This also i removed completely from both the servers.

    Today i m reading about the database bakup and restore on mircorsoft msdn. I thought to do some r&d of incremental update and restore it on a different server. So i make a database on server1 and went to second server to make same database on that also. What i saw there was same databse name and tables and contents are there already.

    Once more i checked is there any mirroring or any logshipping is there but i hvn't found any mirroring and logshipping over there.

    Can any one assist me pls what will happen with my both servers.

    Thanks in advance.

    & sorry for my bad english.

    Regards,

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • When you created the log shipping, it created the database(s) on the second server, and starting the log shipping to them.

    When you deleted the log shipping, all you deleted was the physical act of shipping/recovering the transaction logs. The database(s) on the second server are still there. (You might find that they are in a norecovery or standby state).

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • Thank you all.

    i sovle my problem after run

    Restore database dbname with recovery;

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply