79162060

Date: 2024-11-06 09:53:31
Score: 1
Natty:
Report link

Use this

DB::connection('sqlsrv')->statement('SET SHOWPLAN_XML ON;');
DB::connection('sqlsrv')->statement('SET SHOWPLAN_XML OFF;');

SHOWPLAN_XML to capture the execution plan without running the query

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Surjith