User Defined Functions

  • Are user defined function precompiled and stored in cache like stored procedures?

  • While SQL Server documentation does not address if UDFs are precompiled and stored, you may notice there is a WITH RECOMPILE option that is available for UDFs. It is only logical to assume that if this option exists, then UDFs can be precompiled.

  • thanks pmbrown for the reply

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply