iMORT3rnAL
Well-Known Member
- Joined
- Jan 14, 2009
- Messages
- 204
- Reaction score
- 1
Hey people,
Our auditors asked for a spreadsheet containing all the entries in one of our SQL tables. If I filter this to only our previous financial year's data, which they want, then I still have a little mare than 6.4 million lines. I proposed that I rather give them a SQL database containing only that table, but apparently they are only able to use Excel and text documents.
I managed to export the data into a CSV file, but I had to use our SQL server to view it because of memory requirements.
Any ideas on how I can send them this data?
Ideally I would like to export it and have it overflow into a new spreadsheet every 200,000 lines or so.
Thanks in advance.
Our auditors asked for a spreadsheet containing all the entries in one of our SQL tables. If I filter this to only our previous financial year's data, which they want, then I still have a little mare than 6.4 million lines. I proposed that I rather give them a SQL database containing only that table, but apparently they are only able to use Excel and text documents.
I managed to export the data into a CSV file, but I had to use our SQL server to view it because of memory requirements.
Any ideas on how I can send them this data?
Ideally I would like to export it and have it overflow into a new spreadsheet every 200,000 lines or so.
Thanks in advance.