Possible Duplicate:
Text Editor for very big file - Windows

I have a BIG .SQL file of 45 MB.

Now, I want to open the file so that I can see ALL the content of that file.

But when I open it in EditPlus or Notepad, it only shows first 500 lines of code.

In which software should I open it so that I can see complete file?

Thanks!

link|improve this question

feedback

closed as exact duplicate by Sathya Jun 2 '11 at 10:50

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

If you don't have SQL Server Management Studio or Visual Studio (both of which have free Express versions available to download at Microsoft.com) then try Notepad++. It should open your file just fine and will also give you context sensitive formatting.

link|improve this answer
I have SQL Server Management Studio, but even in that it does not open full file :(. Will check Notepad++. Thanks! – meetpd Jun 2 '11 at 10:22
@meetpd Hmm, that surprises me. Visual Studio should open that file just fine, I use it for big text files a lot. Notepad++ should do the trick and also has other great features. Just out of curiosity, what SQL do you have that results in a 45 MB file? – squillman Jun 2 '11 at 10:34
feedback

You could import it into MySQL and querying it about its content... You can even use a GUI frontend for the DB.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.