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 UDF 刷新
系统存储过程sp_refreshview可用于验证和重新编译 SQL Server 中的视图。
sp_refreshview
我怎样才能对标量函数和表函数做同样的事情?
你应该看看sp_refreshsqlmodule。