I need to consolidate data from several sources for reporting needs, I have been pushing to put this in SQL instead of Access (!!) and have been asked to estimate the memory needs.
We don't have a DBA or access to one, and all the calculations I have found seem complicated and frankly if I don't get this approved fast I'm going to have to build it in Access, which I dread. Since this is a relatively small (I think) database I'm hoping that there is a simple way to make this estimate.
It will be a star, with the main table having about 50K records. I expect to add or refresh about 2000 records per week using SSIS. I've been reading up on various tricks to make this more memory efficient, but I guess I should assume the worst.
Can someone please point me in the right direction? Or is there a simple calculation I can use? Everything I find seems to assume something much larger and complex than what I need.
Thank you in advance.
VE