I have a very large stored procedure on my OLTP that runs multiple times concurrently based on user entries. The procedure was originally written with #TempTables for SQL Server 2008R2. We moved to SQL-2014 and I modified the procedure to use
↧