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

CREATING A 2ND TEMP TABLE BASED ON THE CONTENTS OF 1ST TEMP TABLE`

$
0
0
#temp_1 returns 50,000 with probably 3000 unique part numbers.
Now i need to make another temp table from our pricing table that has MILLIONS of parts with many different change dates.
I want temp_2 to only insert the parts that were in #Temp_1. I

Viewing all articles
Browse latest Browse all 3145

Trending Articles