Similar to stored procedures, Transact-SQL user-defined functions reduce the compilation cost of Transact-SQL code by caching the plans and reusing them for repeated executions.
英
美
- 与存储过程相似,Transact-SQL用户定义函数通过缓存计划并在重复执行时重用它来降低Transact-SQL代码的编译开销。