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

Optimizing Query Using LInked Servers

$
0
0
Hello.

Looking at an SP that used to run in a couple of seconds and does something like this :

Select X,Y,U as Z into #TMP from TableA as A Inner Join Table B............

UNION ALL

Select X,Y,V as Z into&

Viewing all articles
Browse latest Browse all 3145

Trending Articles