How do you import a large MS SQL .sql file?

前端 未结 11 1438
心在旅途
心在旅途 2020-11-28 00:20

I use RedGate SQL data compare and generated a .sql file, so I could run it on my local machine. But the problem is that the file is over 300mb, which means I can\'t do copy

11条回答
  •  孤独总比滥情好
    2020-11-28 01:08

    I have encountered the same problem and invested a whole day to find the way out but this is resolved by making the copy of .sql file and change the extension to .txt file and open the .txt file into chrome browser. I have seen the magic and file is opened in a browser.

    Thanks and Best Regards,

提交回复
热议问题