加入收藏 | 设为首页 | 会员中心 | 我要投稿 湖南网 (https://www.hunanwang.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程 > 正文

sql-server – SQL Server中是否存在“包括文件”的观念?

发布时间:2021-05-24 11:02:55 所属栏目:编程 来源:网络整理
导读:我有一组必要按特定次序运行的剧本.我想建设一个“主文件”,列出全部其他文件及其正确的次序.根基上就像来自C或ASP / VBScript的包括文件. 办理要领 假如您行使的是 SQLCMD,则可以行使:r FileName包括单独的.sql文件. :r FileName Parses additional T-SQL s

我有一组必要按特定次序运行的剧本.我想建设一个“主文件”,列出全部其他文件及其正确的次序.根基上就像来自C或ASP / VBScript的包括文件.

办理要领

假如您行使的是 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.

(编辑:湖南网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读