恭喜你,
你的案子擴展已經如同宇宙膨漲的速度一樣了
SQL Server Management Studio無法讀入很大的script file時
就用SQLCMD吧
參考語法如下:
=========================================
sqlcmd -U myUser -P myPassrowrd -S mySQLServer -d myDatabase -i "the script file path"
========================================
其中的 U、P、S、d、i 都是有大小寫之分
更多參數,請參考
這裡