I haven't come across anything which would tell me for certain what would happen if I move some of my hardest hit (non-clustered) indexes to a Secondary Filegroup that is on a new (non-raided) hard drive that was added to the server. I am using SQL Server 2000 on a Windows 2000 box. Currently the database resides entirely on a large raided device.
In the even of a drive failure ...
Would the database continue to run without the indexes on that drive?
Would the database stop running because those indexes would be in accessible?
(The new drive was added for something specific that reliability isn't an issue for, but is not raided because its a stand alone drive. If I can take advantage of it without risking my database I'd like to because it has plenty of free space on it.)
In the even of a drive failure ...
Would the database continue to run without the indexes on that drive?
Would the database stop running because those indexes would be in accessible?
(The new drive was added for something specific that reliability isn't an issue for, but is not raided because its a stand alone drive. If I can take advantage of it without risking my database I'd like to because it has plenty of free space on it.)