MasterWayZ Posted January 28, 2016 Posted January 28, 2016 Hey, Do you know a program that can open and edit large SQL and text files? The files are around 2 GB in size. (Each file is 2 GB) Quote
cooper Posted January 28, 2016 Posted January 28, 2016 Which platform? At those sizes you're typically not so much interested in the whole but rather a needle in this haystack, so I would consider using grep-like tools to pluck out what you need rather than finding something to operate on the bulk. Quote
MasterWayZ Posted January 29, 2016 Author Posted January 29, 2016 (edited) Windows. it's for browsing through large sql databases. Sometimes a table and sometimes just an entry. @cooper Edited January 30, 2016 by MasterWayZ Quote
cooper Posted February 1, 2016 Posted February 1, 2016 I think Notepad++ does this mostly decently, but I haven't used Windows in years. My advice would be to just load the SQL into a new database, then use the DB tools to mangle the data any way you need. It's what they're there for... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.