A database backup was created with files in location A Then the database files are moved to location B using ALTER DATABASE MODIFY FILE
Now restore the backup using WITH REPLACE, created when the files were in location A. Should the WITH MOVE parameter specify a new location? Or WITH REPLACE means using current locations no matter where they were when the backup was created?
You do not need to specify WITH MOVE.
, Microsoft SQL Server 2012 2008 . A, B, "WITH REPLACE" "WITH MOVE" SQL 2005/2008, A . B ( ). , SQL 2012, , "WITH MOVE".
, , , Microsoft...
Source: https://habr.com/ru/post/1713249/More articles:Access to structure vectors - c ++Mailmerge using OpenOffice - c #BeansBinding, JGoodies Binding, JFace or Glazed Lists? - javaWhere to create AbstractFactory - javasize of input text / text area - firefoxSqlite database is locked - c #Visual Studio 2008 Automatic line breaks in comments - visual-studio-2008What is the performance of boost :: interprocess_mutex vs native Win32 mutexes? - c ++How to create and use a fake directory structure? - directoryTomcat Comets app returns .jsp page instead of weather data - javaAll Articles