Getting error while running 50 MB script on SQL Server 2008 R2

后端 未结 6 2001
醉梦人生
醉梦人生 2020-12-23 08:50

I am using SQL Server 2008 R2, I have a script to update the DB, that script is approx 50 MB in size and contains some about 800,000 lines.

Error:

6条回答
  •  渐次进展
    2020-12-23 09:46

    Open command Prompt

    sqlcmd -S servername -i C:\Users\mycomputer\Downloads\script\yourscript.sql -d datebasename

提交回复
热议问题