Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Tuesday, October 24, 2017

Session Scope with Temporary Tables and Dynamic SQL

SQLServerCentral » Latest topics
Session Scope with Temporary Tables and Dynamic SQL
I came across something interesting while troubleshooting a developer's code recently.  We use temporary tables which are populated by executing dynamic SQL.  For example:

[code language="sql"]

No comments: