Quantcast
Channel: TechBubbles » SQL server
Viewing all articles
Browse latest Browse all 14

Creating a Plan Guide in SQL Server 2012

$
0
0
Plan Guide is a very nice feature in SQL Server that allows you to apply hints to your queries without having to change the query type or text in the application. Plan Guides influence query optimization by using the query hints. This post shows you how to create a Plan Guide and apply to a [...]

Viewing all articles
Browse latest Browse all 14

Trending Articles