AngeloWolfe
New member
- Local time
- Yesterday, 20:38
- Joined
- Jun 22, 2011
- Messages
- 6
Greetings everyone! Have some interesting food for thought and wanted to see if you all had some suggestions to this problem.
I have a database I'm having to rebuild that is going to house last years, this years, and ongoing years of data from recorded phonetime. When filtered down month-to-month and by required PhoneID's, we are looking at around 50k-300k records of data at a time. Needless to say, the amount of data is greater than the amount that the Access 2007 database can host (it caps out at 2 gigs).
This data is being pulled down from a SQL server, so I first assumed Pass-Through queries or Paramaters would solve the issue; but it can never be that simple! It seems that the data does not STAY on the server for very long. Which means, I have to house this immense amount of data somehow and query from it.
So, I'm wondering: Would it be applicable to take the data and house it in multiple Excel 2007 worksheets, and link the said workbook to the database? Or, is there a much simpler way to house this data that I'm overlooking?
Thank you SO MUCH in advance!
I have a database I'm having to rebuild that is going to house last years, this years, and ongoing years of data from recorded phonetime. When filtered down month-to-month and by required PhoneID's, we are looking at around 50k-300k records of data at a time. Needless to say, the amount of data is greater than the amount that the Access 2007 database can host (it caps out at 2 gigs).
This data is being pulled down from a SQL server, so I first assumed Pass-Through queries or Paramaters would solve the issue; but it can never be that simple! It seems that the data does not STAY on the server for very long. Which means, I have to house this immense amount of data somehow and query from it.
So, I'm wondering: Would it be applicable to take the data and house it in multiple Excel 2007 worksheets, and link the said workbook to the database? Or, is there a much simpler way to house this data that I'm overlooking?
Thank you SO MUCH in advance!
