查询指定变量的表sqlcmd


Warning: Undefined array key "HTTP_REFERER" in /www/wwwroot/prod/www.enjoyasp.net/wp-content/plugins/google-highlight/google-hilite.php on line 58
0,优势:可在查询编辑器下引用变量,执行cmd命令
1,查询编辑器开启sqlcmd:在“查询”菜单中,单击“SQLCMD 模式”
2,编写脚本

:setvar table "person"

SELECT *
FROM [$(table)]


!!DIR
GO

使用查询编辑器编辑 SQLCMD 脚本