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 |
itsenter
Starting Member
18 Posts |
Posted - 2007-07-13 : 14:18:40
|
Hi,I need to restore from the backup database that originally had 1 datafile, but the target db should have several datafiles.Does anybody know if SQL SERVER allows this ?Thanks,irene. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-13 : 18:37:08
|
Try it, will give you error if sql doesn't like this. |
 |
|
itsenter
Starting Member
18 Posts |
Posted - 2007-07-17 : 11:28:09
|
I tried it, and received an error. I am wondering if there is any way to do this.Thanks,Irene. |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-17 : 13:21:26
|
Drop target db, recreate it with single data file then restore. |
 |
|
|
|
|