View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 02:02 PM
CONTROL
 
Posts: n/a
Default Re: [Newbie] Restoring.............

Tibor Karaszi wrote:
> Easiest in the login run is to read about the RESTORE command in Books Online. After you understand
> how that RESTORE command work, you will find it natural how to work the GUI dialog in Enterprise
> Manager (if you chose to use it instead of executing the RESTORE command in Query Analyzer).
>

osql

restore database blah from disk = 'c:\blah.dat'

something like that
Reply With Quote