Constant Scan

Optimizing SQL Database Performance

Optimizing Database Performance

Constant Scan

The Constant Scan logical and physical operator introduces a constant row into a query. It will return either zero or one row, which usually contains no columns. A Compute Scalar operator is often used to add columns to the row produced by a Constant Scan.

See Also

Compute Scalar