Forum Discussion
Storage | MS Excel or MS Access
Hi,
Given a scenario where I only have two options to store data
Multiple Excel Workbooks or One(1) Access Database
Also, let's say potentially it could reach just around 10 million records, would it make a difference in terms of query time.
Would it be faster to load 10 million records from an Access database versus 10 million records coming from multiple workbooks?
I'm asking because I'm building a structure and I want to streamline a process.
Users would definitely submit their data throught Excel, I just don't know if it's worth it to convert those or collate those in an Access database before actually loading into PowerBI.
Guide please, thank you.
5 Replies
- zlokeshResolver I
Hi ovetteabejuela, You are right its always good to access data from Single source instead of multiple workbooks. Here i will suggest write the package in SSIS to convert MS-Excel to MS-Access and use the same Access file.
In SSIS select MS Excel as SOURCE and MS-Access as Destination.
If this help you Please "Accept as Solution" else let me know. Thanks.
- ovetteabejuelaImpactful Individual
Wait, SSIS... you need SQL server for that right? Is it present in MS Access?
- zlokeshResolver I