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

trouble wit a poor performing query

$
0
0
I've got a poor performing query and not sure the best approach to fixing it.  Here's the statement:

[code language="sql"]
UPDATE @t
 SET ToLocationID = it.LocationID
FROM dbo.Invent

Viewing all articles
Browse latest Browse all 3145

Trending Articles