Is it possible to restore a SQL Server backup to a different database -


i restore backup different database original.

i did backup databasea, want restore databaseb. want test first , data backup, take data need update databasea.

how this?

yes can.

in gui

  • your source database "databasea"
  • your destination database if "databaseb"

on files tab, you'll need provide new file names.

enter image description here


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -