1
Answer

Execution plan saved for LINQ compiled queries?

James Sneeringer

James Sneeringer

16y
4.6k
1

Does using compiled queries mean that the SQL Server execution plan is only created once, as is true for a stored procedure?  Will the execution plan be re-created each time CompiledQuery.Compile() is called and only then?

I am finding apparently conflicting answers on different sites, and I would like to know for sure.

Answers (1)