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.
Author |
Topic |
oracle_corrgi
Yak Posting Veteran
98 Posts |
Posted - 2006-08-24 : 02:22:45
|
hihow can i restore all the database some of then as 5 to 10 file grouplike EXEC isp_Backup @Path = 'c:\backup_230806\compaq25\', @dbType = 'All' for backupthanxs 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 |
 |
|
|
|
|