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 |
john.burns
Posting Yak Master
100 Posts |
Posted - 2006-11-02 : 10:35:56
|
What is a good method for moving existing indexes to a dedicatedstorage array?Thanks |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-11-02 : 10:37:38
|
Create a file group and recreate the indexes on that filegroup.==========================================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. |
 |
|
TRACEYSQL
Aged Yak Warrior
594 Posts |
Posted - 2006-11-04 : 09:26:51
|
We just set up FILEGROUPS you will get ndf extension so your end up with MDF, LDF and NDFin each table you set filegroup to xxxx and you can specifiy a different area to this. |
 |
|
|
|
|