Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以找到安装在数据库上的tSQLt的版本号?
请注意,tSQLt 是 SQL Server 的测试框架,而不是 T-SQL。(请不要投票关闭作为无关内容的重复项。)
从源代码来看,似乎有一个返回版本号的 info 函数。 尝试
SELECT * FROM tSQLt.Info()