Need help to write bat file that execute sql scripts in (sql server 2008 and another 3 files.?

后端 未结 4 1722
北荒
北荒 2021-01-05 06:18

I am sure these has been asked before but cannot find clear instruction how to create a batch file lets call it \"Update Database\" this batch file should

Execute s

4条回答
  •  青春惊慌失措
    2021-01-05 06:46

    The actual error you're seeing is that the command line interpreter does not recognize 'GO', so you could just remove that line.

提交回复
热议问题