加速sql查询ms sql server

时间:2015-12-16 09:46:52

标签: sql-server sql-server-2012

我有以下SQL

SELECT DISTINCT C.Id AS CustomerId,
                C.ZoneId,
                GPC.GeographicalZoneId
FROM   Customers C
       LEFT OUTER JOIN GeographicalZoneZipAndPostalCodes GPC
               ON GPC.ZipAndPostalCodeId = C.PhysicalZipId

enter image description here

请参阅执行计划并向我提供任何建议以获得更快的结果

0 个答案:

没有答案