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

issue joining on Temp Table

$
0
0
crashes at 
/* Joining on Prod_Class */ section.
Issue has something to do with joining on a created temp table.
thoughts?

SELECT * INTO #TEMP1 From
(Select
L.PART_NUM
,Like_PD_ID
,PD_ID
from
ADHOC.ATS_ES

Viewing all articles
Browse latest Browse all 3145

Trending Articles