Popular Posts

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

Thursday, November 2, 2017

Error while Storing Results of a stored procedure into a temp table -- Using SQL server 2016

SQLServerCentral » Latest topics
Error while Storing Results of a stored procedure into a temp table -- Using SQL server 2016
I have a stored procedure which uses CTE and a temp table. I want to store the results of this stored procedure into a temp table.
I am using an open query to perform this task.

 select * into ##TempTable
from openquery(ServerNa

No comments: