Hello,
Is possible to add plan guide with delete from statement?
Example:
EXEC sp_create_plan_guide @name = N'[PlanGuide-20170510-144208]', @stmt = N'
DELETE FROM MyTable WHERE id=@P1', @type = N'SQL', @hints = N'OPTION (TABLE HINT ( MyTab
Is possible to add plan guide with delete from statement?
Example:
EXEC sp_create_plan_guide @name = N'[PlanGuide-20170510-144208]', @stmt = N'
DELETE FROM MyTable WHERE id=@P1', @type = N'SQL', @hints = N'OPTION (TABLE HINT ( MyTab