Which will be a good editor to open a csv of 2.5 gb.
Notepad++ is not working
Thanks in advance
Which will be a good editor to open a csv of 2.5 gb.
Notepad++ is not working
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jun 23, 2021, 7:40 AM
you can use CSVExplorer https://www.csvexplorer.com/
or you can create a schema in SQL server and then copy the CSV to that, as SQL server database can hold millions of records.
1. CREATE DATABASE CSVDataBase
2. Object Explorer -> [Database] -> Tasks and click the “Import Flat File
Rajanikant HawaldarPosted Jun 23, 2021, 7:27 AM