
Archive:
- September 2026 (1)
- August 2026 (8)
- July 2026 (8)
- June 2026 (7)
- May 2026 (7)
Search site:
Tags:
Compilation (1) Concurrency (3) debian (2) docker (2) Execution Plans (6) Indexes (2) internals (11) linux (5) Optimization (6) Parameterization (1) Performance (9) Performance Tuning (2) postgres (6) RCSI (2) sql (1) SQL Server (24) Statistics (2) Stored Procedures (1) Transactions (1) Version Store (2)
Categories:
Docker (2) Linux (4) MongoDB (1) PostgreSQL (6) SQL Server (24)
Tag: Compilation
-
Cross Database Deferred Name Resolution

I have been aware of temporary stored procedures in Microsoft SQL Server for a long time but never really had cause to use them, however, recently a need arose. I was testing what effect some index changes would have on a particular stored procedure. The testing was on a non-production server, and when I went…