Hi, on SQL Server 2000 db we have a huge table (10GB).
We ran out of space, can't add space to data disk for whatever reason.
I'm creating .ndf file to recreate indexes on another drive.
What happens if I recreate a clustered index on another drive for such a huge table?
When they say clustered index is physical data, does it mean data would be moved to this new drive?
I can't do that, not enough space for data.
Also, would performance suffer from indexes moved to another drive?
It's production, so I try not to make stupid moves.
Any shared experience would be greatly appreciated.
Thanks.
We ran out of space, can't add space to data disk for whatever reason.
I'm creating .ndf file to recreate indexes on another drive.
What happens if I recreate a clustered index on another drive for such a huge table?
When they say clustered index is physical data, does it mean data would be moved to this new drive?
I can't do that, not enough space for data.
Also, would performance suffer from indexes moved to another drive?
It's production, so I try not to make stupid moves.
Any shared experience would be greatly appreciated.
Thanks.