Symptoms
When you execute a query in Microsoft SQL Server 2012 or SQL Server 2014, SQL Server may produce a query plan that uses a nested loop join, even if an explicit join hint is used. This issue occurs in some rare conditions, depending on the query and data shape.
Note To enable this fix, you have to turn on trace flag 4199.
Resolution
The issue was first fixed in the following cumulative update of SQL Server:
- Cumulative Update 2 for SQL Server 2014 SP1
- Cumulative Update 9 for SQL Server 2014
- Cumulative Update 7 for SQL Server 2012 SP2
Recommendation: Install the latest cumulative update for SQL Server
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. We recommend that you download and install the latest cumulative updates for SQL Server:
- Latest cumulative update for SQL Server 2014 SP1
- Latest cumulative update for SQL Server 2014
- Latest cumulative update for SQL Server 2012 SP2
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.