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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Moving Indexes

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 dedicated
storage 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.
Go to Top of Page

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 NDF

in each table you set filegroup to xxxx and you can specifiy a different area to this.
Go to Top of Page
   

- Advertisement -