Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

It is possible to create a dynamic table from a result set ?

$
0
0
Hi guys,

I need help for store in a table #temp result set of a function PIVOT dynamics and join others data later, for example:

-- Declare variable
DECLARE    @query    VARCHAR(MAX)

-

Viewing all articles
Browse latest Browse all 3145

Trending Articles