Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

Last post 11-02-2009 6:04 PM by rtpHarry. 6 replies.

Sort Posts:

  • Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    10-31-2009, 9:54 AM
    • All-Star
      36,316 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,847

    Read a step by step guide which will show you how to restore a .bak file in Microsoft SQL Server Management Studio. This technique can be used to move databases between servers or restore an existing database to a previous state:

  • Re: Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    11-02-2009, 5:50 AM
    • Participant
      1,641 point Participant
    • vishwaraj1
    • Member since 11-07-2008, 7:44 PM
    • India
    • Posts 424


    Hi harry,
    
    I there any way by which I can take bakup of online database to my local system.




    Regards:

    Vishwaraj Malik

    VB to C# Converter


    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    11-02-2009, 6:36 AM
    • All-Star
      36,316 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,847

    Hey, not by using the backup sql commands as far as I know.


    You can script it to a file though if you have Sql Server Management Studio 2008.

    1. Right click on database
    2. Click Tasks
    3. Click Generate Scripts
    4. Click Next
    5. Select a database
    6. Tick "Script all objects in the selected database"
    7. Click next
    8. Scroll down in the options list to the "Table/View Options" section
    9. Find "Script Data" and set it to true
    10. Keep clicking "Select All" in each of the following windows.
    11. In the Output Option window choose script to a new window

    Then you can copy/paste this into a local .sql file and you have your backup

  • Re: Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    11-02-2009, 7:29 AM
    • Participant
      1,641 point Participant
    • vishwaraj1
    • Member since 11-07-2008, 7:44 PM
    • India
    • Posts 424

    no i actually i want the  record also.. so is there any way to do it, except copy  and paste the records..

    Regards:

    Vishwaraj Malik

    VB to C# Converter


    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    11-02-2009, 8:14 AM
    • All-Star
      36,316 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,847

    The records are referred to as Data by sql server management studio.

    All records will be scripted out to file when you follow step 9 in the tutorial above.

    This option is newly available in sql server management studio 2008 so if you have an older version this wont work.

  • Re: Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    11-02-2009, 12:57 PM
    • Participant
      1,641 point Participant
    • vishwaraj1
    • Member since 11-07-2008, 7:44 PM
    • India
    • Posts 424

    if I have old version of sql 2008 or I have sql 2005.
     how can I take the backuP from the server.
     Is there no way.??



    Regards:

    Vishwaraj Malik

    VB to C# Converter


    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide

    11-02-2009, 6:04 PM
    • All-Star
      36,316 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 8:51 AM
    • Lincoln, England
    • Posts 5,847

    If you can install the latest sql server express and the tooling on your dev computer then you can use the free sql server 2008 management studio to manage older servers.

    Get it at:

Page 1 of 1 (7 items)