I have a quite large dataset that a user wants to hve exported to MS Access. The dataset has 216 fields and contains 6.75 million reocrds. Why this user wants such a huge amount of data ported into MS Access is beyond me, but when users make a request......
I tried using Proc SQL and the MS Add-in to process data into MS Excel, from where I could then put the data into MS Access. However, even with an observations limit of 100,000, a simple Proc SQL and Proc Print took FOREVER.
Is there a more efficient way to get my data into MS Access, even if I have to do it a chunk at a time?