通过cmd查看SqlServer版本的代码示例

bangongJIAO1@c 发布于 2025-11-27 阅读(10)

在cmd输入

sqlcmd -E -Q "SELECT @@VERSION"

结果

通过cmd查看SqlServer版本的代码示例