解决方法
如果您使用的是
SQLCMD,则可以使用:r FileName包含单独的.sql文件.
:r FileName
Parses additional T-sql statements and sqlCMD commands from the file specified by FileName into the statement cache. FileName is read relative to the startup directory for Visual Studio. The file is read and executed after a batch terminator is encountered. You can issue multiple :r commands. The file can include any sqlCMD command,including the batch terminator that is defined in Tools,Options. You can use :r in a pre-deployment or post-deployment script to include other scripts.