Current performance issues is the increased time it takes to run queries.
The problem is that it is a mixed production system with lots of user databases, but there are also alot of big reports which are run frequently over the tables. An OLAP server could take care of some of the reports but not all.
Mainly 2 table on the entire SQL server cause the biggest problem, 1 table is 40million records = 36GB, and the other 3,5million records 7,5GB. These are tables on which small SPs run, but also big reports, I've squized out as much performance I can out of these tables using index's.
Second problem is that I'm out of space (which can be fixed with some additional drives)
The current setup doesn't need to be replaced, if anyone has some good performance tips. I've exausted all of my idea's.
But a fact which I need to take into account is that within 6 months the amount of data on the entire system will increase by 40%, which is alot, this means a 60GB table and a 10GB table. And I'm afraid that our current problems will only get wors.
Rgds,
Koen