Click here to Skip to main content
15,888,333 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to restore a database from sql server 2005 to sql server 2000. when i am
going to restore it is showing error. this is very essential for to host.
Thanks in advance.
Posted
Comments
walterhevedeich 27-Apr-11 2:50am    
Whats the error
taher ahmed choudhury 27-Apr-11 3:14am    
error: 3205; too many backups devices specified for backup or restore only 64 are allowed
restore filelist is terminating abnormally.
walterhevedeich 27-Apr-11 3:17am    
tried searching in google? I tried searching your error and got 214 hits. This should probably give you a hint.

1. goto object explorer and rightclick on databases and select restore database option.
2. select database in which to restore and add backfile from device.
3. select options button from lhs.
4. change filename.mdf and filename.mdf
5. select overwrite option.
 
Share this answer
 
Comments
taher ahmed choudhury 27-Apr-11 3:14am    
error: 3205; too many backups devices specified for backup or restore only 64 are allowed
restore filelist is terminating abnormally.
cant restore even i clicked to force to overwrite also.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900