hi
is it possible to create a database using backup in sql server DE?
like we can do in full edition using restore option........
yes its possible to create a db by restoring it from backup file.......regardless of the edition i believe.......|||In order to RESTORE a non-existant database, it may be necessary to first create an 'empty' database with the same name, and then RESTORE over the top of that.|||Be aware that the files might not be stored on the same location as the original files were (e.g. the drive letter of the former server does not exists). You will have to use the with move option then (or simply use the gui and specify other file locations as you will see during the recovery that the original file locations are stored within the backup set.Jens K. Suessmeyer
http://www.sqlserver2005.de
No comments:
Post a Comment