Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 restore all database into server

Author  Topic 

oracle_corrgi
Yak Posting Veteran

98 Posts

Posted - 2006-08-24 : 02:22:45
hi

how can i restore all the database some of then as 5 to 10 file group
like EXEC isp_Backup @Path = 'c:\backup_230806\compaq25\', @dbType = 'All' for backup

thanxs
Prabhu-bangalore


database

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-08-24 : 02:28:44
just run the standard restore command. These questions you are asking are answered in books online (commonly referred to as BOL). BOL is installed by default with the SQL client tools, so you should have it available to you in your SQL Server program group.

btw, are you even trying to figure these questions out yourself?



-ec
Go to Top of Page
   

- Advertisement -