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
I am using an open query to perform this task.
select * into ##TempTable
from openquery(ServerNa
No comments:
Post a Comment