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 |
zeeshan13
Constraint Violating Yak Guru
347 Posts |
Posted - 2008-08-15 : 16:30:45
|
Hi All,I have recieved backup files from someone that belong to a same database, which I need to restore on one of our server. The backup files (same database) looks some kind of split files and there's no extenion in the file name. Here are the name of the backup files.PSDB8-14-08Splitzip.z01PSDB8-14-08Splitzip.z02PSDB8-14-08Splitzip.z03PSDB8-14-08Splitzip.z04PSDB8-14-08Splitzip.z05PSDB8-14-08Splitzip.z06PSDB8-14-08Splitzip.z07PSDB8-14-08Splitzip.z08PSDB8-14-08Splitzip.z09I am used to restore .bak file backups and have never dealt with splits backup. The .bak backups are easy to restore and I restore it in SQL 2005 managment studio with the following steps;a) I right clicking on the existing database (where I want it to be restored) and b) then click Tasks , c) click Restore, and d) click Database, and e) then in the restore database window click 'From device', f) then click '...' to browse and g) click add to browse and add the backup file to be restored.How can I restore the above backup using SQL Server Managment Studio?Please help.Thanks,Zee |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
zeeshan13
Constraint Violating Yak Guru
347 Posts |
Posted - 2008-08-15 : 16:44:35
|
You mean fix it in winzip? How to fix it?Please suggest. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-08-15 : 16:51:57
|
Don't you see Extract button on top. Put it in location you desire and unzip it. |
 |
|
zeeshan13
Constraint Violating Yak Guru
347 Posts |
Posted - 2008-08-18 : 19:02:59
|
Sodeep,That's what I did. It worked. Thanks for your help :) |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-08-18 : 20:40:41
|
Glad to hear that. |
 |
|
|
|
|