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.
如何获取与 SQL Server 中的表相关的内联或多语句表值函数列表?
下面的代码没有给出答案:
select * from sys.objects where name like '%tblfunction1%'
这是你需要的吗?
EXEC sys.sp_depends @objname = N'dbo.tfn_FunctionName';