How to open a huge .sql file

July 14, 2021 . 1 MIN READ

https://stackoverflow.com/questions/24200443/how-to-open-a-huge-sql-file

SQL editor can open a file upto 500 mb without very very good specs, this seems to be going something wrong, if you want to insert the data from one database to another, try to use import/export wizard, SSIS package or command line utility creating a script of table and then insert is not a good approach.

Leave a Reply

Your email address will not be published. Required fields are marked *