Home Forums SQL Server 2008 T-SQL (SS2K8) Alternatives To Left Join: Poor Performance of Procedure RE: Alternatives To Left Join: Poor Performance of Procedure

  • Try to execute the procedure without using 'dbo.ConvertTimeZoneFromUTC'. Table 'PartnerPlayer' is missing an index. (Missing a Primary key, there Should be). You can also use NOT EXISTS instead of Left Outer Join.