I'm not a good SQL admin. With that said, some questions.
I've got two tables holding production inventory histories. Each has just over 7.2 million rows. Table 1 has 3.4GB reserved, 1GB data, 2.4GB index. Table 2 has 6GB reserved, 2.4 data, 3.6GB index. 240KB unused for both.
Is this a problem? They aren't fragmented beyond what I've read is acceptable. Trying to defrag the indexes times out anyway. I was thinking of rebuilding/dropping the index on both but I'm clueless on how long this would take or if it would do anythign beneficial? Might destroy data get me thrown outta here for all I know.
edit: Total database size is 26GB. Server is a quad core, 4gb of ram, 4x15k rpm drives.
I've got two tables holding production inventory histories. Each has just over 7.2 million rows. Table 1 has 3.4GB reserved, 1GB data, 2.4GB index. Table 2 has 6GB reserved, 2.4 data, 3.6GB index. 240KB unused for both.
Is this a problem? They aren't fragmented beyond what I've read is acceptable. Trying to defrag the indexes times out anyway. I was thinking of rebuilding/dropping the index on both but I'm clueless on how long this would take or if it would do anythign beneficial? Might destroy data get me thrown outta here for all I know.
edit: Total database size is 26GB. Server is a quad core, 4gb of ram, 4x15k rpm drives.
