Search

Showing posts with label system Corrupted. Show all posts
Showing posts with label system Corrupted. Show all posts

Tuesday, June 21, 2011

How to take backup of data if the system got corrupted?


You may require emergency data backup in following situations
  1. The OS is corrupt or system is not booting
  2. The OS is running but FusionRetail 6 is not starting up
  3. Microsoft SQL Server Management Studio Express is not present.
  4. You do not know how to use SQL Server Management Studio Express to take backup.

Please use the following steps to take emergency backup of data in case of emergency

First we have to stop the SQL Server if that is running. For stopping the SQL use the following step.
    • Go to Start > Run > Type net stop mssql$

    • Copy the data directory of the database. (Usually C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data)
    • Make sure that the data files with extension .MDF and .LDF is present
      ** Once You have copied the above files to another computer or any safe place…
      • After Installing SQL Server, Use "Attach Database" option in Management Studio to attach this MDF file.