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.
No comments:
Post a Comment