Restoring SQL
Hi,
Can we restore using BE2010 an SQL Database without attaching it to an SQL Server? and without overwriting the initial DB?
Can we restore to a folder?
Thanks
When you backup a SQL database using the SQL agent, it is dumped using the SQL API. The backup data is not in the form of a .mdf or .ldf file and hence it cannot be restored like a file. It needs the SQL agent and SQL API to restore it to a database.
If you backup the .mdf and .ldf as flat files, then you can restore them as flat files. However, if you have not stopped your SQL application before backing up the .mdf or .ldf files as flat files, you may find that you have an inconsistent database after you restore the .mdf or .ldf files. Also, note that .mdf and .ldf files are auotmatically excluded from any backup by AFE. You need to modfiy the registry to turn off AFE to backup .mdf or .ldf files as flat files.