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 |
Tiago
Starting Member
2 Posts |
Posted - 2006-06-27 : 04:59:38
|
My system has 12 datafiles,and i wat to reduce them to 3 datafiles(i am going to put each file in diferent disk)can you help me please? |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-06-27 : 05:19:34
|
Hmmm... Backup and restore on [PRIMARY]?Peter LarssonHelsingborg, Sweden |
 |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-06-27 : 05:37:05
|
You can do a shrink file to move the data into other files then delete the file until you end up with 3 files. Then you can backup and restore (or detach/attach after a backup) to move the files.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|