Remove sql-table-variable-deferred-compilation-in-sql-server-2019
article thumbnail

SQL Table Variable Deferred Compilation in SQL Server 2019

SQL Shack

In an article, An overview of the SQL table variable, we explored the usage of SQL table variables in SQL Server in comparison with a temporary table. The table […].

Servers 87
article thumbnail

When Do SQL Server Sorts Rewind?

SQL Performance

The canonical example of a plan operator that can rewind is the lazy Table Spool. The documentation says only the following operators can rewind: Table Spool. Table-valued Function. Table-valued functions use a table variable, which can be used to cache and replay results in suitable circumstances.

Servers 106