Showing posts with label stepsthanks. Show all posts
Showing posts with label stepsthanks. Show all posts

Tuesday, March 27, 2012

Creation of Database from dump

Hello,
I have a SQL database dump with me. I would like to create a database using the dump. Could somebody help me with the steps?
Thanks :)Restore database <dbname> from disk = <filename> with
move <dbfilename> to <physicalfilename>
,move ...
,stats
,replace

or refer to Books OnLine for more information.