Win 2k Enterprise Server Running both SQL 7.0 Enterprise and SQL 2k Enterprise (7 is disabled).
Now, I know that I can place the .log file and data on different hard drives. I also know that I can, if necessary, create multiple databases on different drives, but what I want to know is... Is it possible to alter the creation script to specify a single table to be created on a different drive while maintaining the single database?
[tt]
CREATE TABLE tblWhatever…
[/tt]
Before you go asking WTF? Why..? Let me just say that when I accepted this task, I figured the "test data" that I would receive would be no problem. Go figure... I get this package with so many disks in it that... Well you can imagine the bodily functions.
The database table that I am having problems with in itself contains a lot of statistical information that while any one single record in rarely updated, a good portion of them are used for the analysis. So I have to load the entire set of disks and my little ol’ test bed machine is not capable of holding the data on any one of its drives.
If this can’t be done just tell me that I’m SOL and I will go ahead and go with the multiple database scheme. Then when I deliver the final product I'll just go ahead and make the adjustments.
Thanks for reading…
Now, I know that I can place the .log file and data on different hard drives. I also know that I can, if necessary, create multiple databases on different drives, but what I want to know is... Is it possible to alter the creation script to specify a single table to be created on a different drive while maintaining the single database?
[tt]
CREATE TABLE tblWhatever…
[/tt]
Before you go asking WTF? Why..? Let me just say that when I accepted this task, I figured the "test data" that I would receive would be no problem. Go figure... I get this package with so many disks in it that... Well you can imagine the bodily functions.
The database table that I am having problems with in itself contains a lot of statistical information that while any one single record in rarely updated, a good portion of them are used for the analysis. So I have to load the entire set of disks and my little ol’ test bed machine is not capable of holding the data on any one of its drives.
If this can’t be done just tell me that I’m SOL and I will go ahead and go with the multiple database scheme. Then when I deliver the final product I'll just go ahead and make the adjustments.
Thanks for reading…