Database restoration-SQL

idontknowidontknow Member Posts: 66
I have a database backup.now i need to restore this database using SQL to have local database on my system.

Can one explain me the steps i have to follow to restore a database on SQL.

Comments

  • jannestigjannestig Member Posts: 1,000
    Create a new DB in your SQL with the same name as the DB from the server you took it from then restore, making sure to overwrite.

    well its how i do it anyway
  • defiant701defiant701 Member Posts: 79
    SQL or native backup file?
    Debuggers don't remove bugs, they only show them in slow-motion

    LinkedIn
    XING
Sign In or Register to comment.