Advertisement
Guest User

VALUES(userDefinedScalarFunc('...'))

a guest
Aug 18th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 27.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <ShowPlanXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.2" Build="11.0.9231.13" xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan">
  3.   <BatchSequence>
  4.     <Batch>
  5.       <Statements>
  6.         <StmtSimple StatementCompId="2" StatementEstRows="100" StatementId="1" StatementOptmLevel="FULL" StatementSubTreeCost="21.9051" StatementText="SELECT a.value('(child::text())[1]','INT')&#xD;&#xA;FROM (VALUES (dbo.MyConvertToXmlFunc(&#xD;&#xA;  '&lt;b&gt;&lt;a&gt;'+REPLACE(@p_str,' ','&lt;/a&gt;&lt;a&gt;')+'&lt;/a&gt;&lt;/b&gt;'&#xD;&#xA;))) AS t(x)&#xD;&#xA;CROSS APPLY x.nodes('//a') AS x(a)" StatementType="SELECT" QueryHash="0x975F7E880989802B" QueryPlanHash="0xB0D6AA0508C90956" RetrievedFromCache="true">
  7.           <StatementSetOptions ANSI_NULLS="true" ANSI_PADDING="true" ANSI_WARNINGS="true" ARITHABORT="true" CONCAT_NULL_YIELDS_NULL="true" NUMERIC_ROUNDABORT="false" QUOTED_IDENTIFIER="true" />
  8.           <QueryPlan DegreeOfParallelism="0" NonParallelPlanReason="CouldNotGenerateValidParallelPlan" CachedPlanSize="40" CompileTime="215" CompileCPU="4" CompileMemory="720">
  9.             <MemoryGrantInfo SerialRequiredMemory="0" SerialDesiredMemory="0" />
  10.             <OptimizerHardwareDependentProperties EstimatedAvailableMemoryGrant="1244765" EstimatedPagesCached="855776" EstimatedAvailableDegreeOfParallelism="5" />
  11.             <RelOp AvgRowSize="11" EstimateCPU="1E-05" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="100" LogicalOp="Compute Scalar" NodeId="0" Parallel="false" PhysicalOp="Compute Scalar" EstimatedTotalSubtreeCost="21.9051">
  12.               <OutputList>
  13.                 <ColumnReference Column="Expr1011" />
  14.               </OutputList>
  15.               <ComputeScalar>
  16.                 <DefinedValues>
  17.                   <DefinedValue>
  18.                     <ColumnReference Column="Expr1011" />
  19.                     <ScalarOperator ScalarString="[Expr1010]">
  20.                       <Identifier>
  21.                         <ColumnReference Column="Expr1010" />
  22.                       </Identifier>
  23.                     </ScalarOperator>
  24.                   </DefinedValue>
  25.                 </DefinedValues>
  26.                 <RelOp AvgRowSize="11" EstimateCPU="0.000418" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="100" LogicalOp="Inner Join" NodeId="1" Parallel="false" PhysicalOp="Nested Loops" EstimatedTotalSubtreeCost="21.9051">
  27.                   <OutputList>
  28.                     <ColumnReference Column="Expr1010" />
  29.                   </OutputList>
  30.                   <RunTimeInformation>
  31.                     <RunTimeCountersPerThread Thread="0" ActualRows="18" ActualEndOfScans="1" ActualExecutions="1" />
  32.                   </RunTimeInformation>
  33.                   <NestedLoops Optimized="false">
  34.                     <OuterReferences>
  35.                       <ColumnReference Column="Expr1000" />
  36.                       <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  37.                     </OuterReferences>
  38.                     <RelOp AvgRowSize="4043" EstimateCPU="0.000418" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="100" LogicalOp="Inner Join" NodeId="2" Parallel="false" PhysicalOp="Nested Loops" EstimatedTotalSubtreeCost="1.00452">
  39.                       <OutputList>
  40.                         <ColumnReference Column="Expr1000" />
  41.                         <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  42.                       </OutputList>
  43.                       <RunTimeInformation>
  44.                         <RunTimeCountersPerThread Thread="0" ActualRows="18" ActualEndOfScans="1" ActualExecutions="1" />
  45.                       </RunTimeInformation>
  46.                       <NestedLoops Optimized="false">
  47.                         <OuterReferences>
  48.                           <ColumnReference Column="Expr1000" />
  49.                         </OuterReferences>
  50.                         <RelOp AvgRowSize="4035" EstimateCPU="1E-07" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="1" LogicalOp="Compute Scalar" NodeId="3" Parallel="false" PhysicalOp="Compute Scalar" EstimatedTotalSubtreeCost="1.257E-06">
  51.                           <OutputList>
  52.                             <ColumnReference Column="Expr1000" />
  53.                           </OutputList>
  54.                           <RunTimeInformation>
  55.                             <RunTimeCountersPerThread Thread="0" ActualRows="1" ActualEndOfScans="1" ActualExecutions="1" />
  56.                           </RunTimeInformation>
  57.                           <ComputeScalar>
  58.                             <DefinedValues>
  59.                               <DefinedValue>
  60.                                 <ColumnReference Column="Expr1000" />
  61.                                 <ScalarOperator ScalarString="[HedgeQuant].[dbo].[MyConvertToXmlFunc](CONVERT_IMPLICIT(nvarchar(max),'&lt;b&gt;&lt;a&gt;'+replace([@p_str],' ',CONVERT_IMPLICIT(varchar(max),'&lt;/a&gt;&lt;a&gt;',0))+'&lt;/a&gt;&lt;/b&gt;',0))">
  62.                                   <UserDefinedFunction FunctionName="[HedgeQuant].[dbo].[MyConvertToXmlFunc]">
  63.                                     <ScalarOperator>
  64.                                       <Convert DataType="nvarchar(max)" Length="2147483647" Style="0" Implicit="true">
  65.                                         <ScalarOperator>
  66.                                           <Arithmetic Operation="ADD">
  67.                                             <ScalarOperator>
  68.                                               <Arithmetic Operation="ADD">
  69.                                                 <ScalarOperator>
  70.                                                   <Const ConstValue="'&lt;b&gt;&lt;a&gt;'" />
  71.                                                 </ScalarOperator>
  72.                                                 <ScalarOperator>
  73.                                                   <Intrinsic FunctionName="replace">
  74.                                                     <ScalarOperator>
  75.                                                       <Identifier>
  76.                                                         <ColumnReference Column="@p_str" />
  77.                                                       </Identifier>
  78.                                                     </ScalarOperator>
  79.                                                     <ScalarOperator>
  80.                                                       <Const ConstValue="' '" />
  81.                                                     </ScalarOperator>
  82.                                                     <ScalarOperator>
  83.                                                       <Convert DataType="varchar(max)" Length="2147483647" Style="0" Implicit="true">
  84.                                                         <ScalarOperator>
  85.                                                           <Const ConstValue="'&lt;/a&gt;&lt;a&gt;'" />
  86.                                                         </ScalarOperator>
  87.                                                       </Convert>
  88.                                                     </ScalarOperator>
  89.                                                   </Intrinsic>
  90.                                                 </ScalarOperator>
  91.                                               </Arithmetic>
  92.                                             </ScalarOperator>
  93.                                             <ScalarOperator>
  94.                                               <Const ConstValue="'&lt;/a&gt;&lt;/b&gt;'" />
  95.                                             </ScalarOperator>
  96.                                           </Arithmetic>
  97.                                         </ScalarOperator>
  98.                                       </Convert>
  99.                                     </ScalarOperator>
  100.                                   </UserDefinedFunction>
  101.                                 </ScalarOperator>
  102.                               </DefinedValue>
  103.                             </DefinedValues>
  104.                             <RelOp AvgRowSize="9" EstimateCPU="1.157E-06" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="1" LogicalOp="Constant Scan" NodeId="4" Parallel="false" PhysicalOp="Constant Scan" EstimatedTotalSubtreeCost="1.157E-06">
  105.                               <OutputList />
  106.                               <RunTimeInformation>
  107.                                 <RunTimeCountersPerThread Thread="0" ActualRows="1" ActualEndOfScans="1" ActualExecutions="1" />
  108.                               </RunTimeInformation>
  109.                               <ConstantScan />
  110.                             </RelOp>
  111.                           </ComputeScalar>
  112.                         </RelOp>
  113.                         <RelOp AvgRowSize="17" EstimateCPU="9.6E-05" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="100" LogicalOp="Filter" NodeId="8" Parallel="false" PhysicalOp="Filter" EstimatedTotalSubtreeCost="1.0041">
  114.                           <OutputList>
  115.                             <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  116.                           </OutputList>
  117.                           <RunTimeInformation>
  118.                             <RunTimeCountersPerThread Thread="0" ActualRebinds="1" ActualRewinds="0" ActualRows="18" ActualEndOfScans="1" ActualExecutions="1" />
  119.                           </RunTimeInformation>
  120.                           <Filter StartupExpression="true">
  121.                             <RelOp AvgRowSize="17" EstimateCPU="1.004" EstimateIO="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="200" LogicalOp="Table-valued function" NodeId="9" Parallel="false" PhysicalOp="Table-valued function" EstimatedTotalSubtreeCost="1.004">
  122.                               <OutputList>
  123.                                 <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  124.                               </OutputList>
  125.                               <RunTimeInformation>
  126.                                 <RunTimeCountersPerThread Thread="0" ActualRebinds="1" ActualRewinds="0" ActualRows="18" ActualEndOfScans="1" ActualExecutions="1" />
  127.                               </RunTimeInformation>
  128.                               <TableValuedFunction>
  129.                                 <DefinedValues>
  130.                                   <DefinedValue>
  131.                                     <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  132.                                   </DefinedValue>
  133.                                 </DefinedValues>
  134.                                 <Object Table="[XML Reader with XPath filter]" />
  135.                                 <ParameterList>
  136.                                   <ScalarOperator ScalarString="[Expr1000]">
  137.                                     <Identifier>
  138.                                       <ColumnReference Column="Expr1000" />
  139.                                     </Identifier>
  140.                                   </ScalarOperator>
  141.                                   <ScalarOperator ScalarString="(0)">
  142.                                     <Const ConstValue="(0)" />
  143.                                   </ScalarOperator>
  144.                                   <ScalarOperator ScalarString="NULL">
  145.                                     <Const ConstValue="NULL" />
  146.                                   </ScalarOperator>
  147.                                   <ScalarOperator ScalarString="NULL">
  148.                                     <Const ConstValue="NULL" />
  149.                                   </ScalarOperator>
  150.                                 </ParameterList>
  151.                               </TableValuedFunction>
  152.                             </RelOp>
  153.                             <Predicate>
  154.                               <ScalarOperator ScalarString="[Expr1000] IS NOT NULL">
  155.                                 <Compare CompareOp="IS NOT">
  156.                                   <ScalarOperator>
  157.                                     <Identifier>
  158.                                       <ColumnReference Column="Expr1000" />
  159.                                     </Identifier>
  160.                                   </ScalarOperator>
  161.                                   <ScalarOperator>
  162.                                     <Const ConstValue="NULL" />
  163.                                   </ScalarOperator>
  164.                                 </Compare>
  165.                               </ScalarOperator>
  166.                             </Predicate>
  167.                           </Filter>
  168.                         </RelOp>
  169.                       </NestedLoops>
  170.                     </RelOp>
  171.                     <RelOp AvgRowSize="11" EstimateCPU="1.1E-06" EstimateIO="0" EstimateRebinds="99" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="1" LogicalOp="Aggregate" NodeId="15" Parallel="false" PhysicalOp="Stream Aggregate" EstimatedTotalSubtreeCost="20.9001">
  172.                       <OutputList>
  173.                         <ColumnReference Column="Expr1010" />
  174.                       </OutputList>
  175.                       <RunTimeInformation>
  176.                         <RunTimeCountersPerThread Thread="0" ActualRows="18" ActualEndOfScans="0" ActualExecutions="18" />
  177.                       </RunTimeInformation>
  178.                       <StreamAggregate>
  179.                         <DefinedValues>
  180.                           <DefinedValue>
  181.                             <ColumnReference Column="Expr1010" />
  182.                             <ScalarOperator ScalarString="MIN(CASE WHEN [Expr1000] IS NULL THEN NULL ELSE CASE WHEN datalength(XML Reader with XPath filter.[value])&gt;=(128) THEN CONVERT_IMPLICIT(int,XML Reader with XPath filter.[lvalue],0) ELSE CONVERT_IMPLICIT(int,XML Reader with XPath filter.[value],0) END END)">
  183.                               <Aggregate AggType="MIN" Distinct="false">
  184.                                 <ScalarOperator>
  185.                                   <IF>
  186.                                     <Condition>
  187.                                       <ScalarOperator>
  188.                                         <Compare CompareOp="IS">
  189.                                           <ScalarOperator>
  190.                                             <Identifier>
  191.                                               <ColumnReference Column="Expr1000" />
  192.                                             </Identifier>
  193.                                           </ScalarOperator>
  194.                                           <ScalarOperator>
  195.                                             <Const ConstValue="NULL" />
  196.                                           </ScalarOperator>
  197.                                         </Compare>
  198.                                       </ScalarOperator>
  199.                                     </Condition>
  200.                                     <Then>
  201.                                       <ScalarOperator>
  202.                                         <Const ConstValue="NULL" />
  203.                                       </ScalarOperator>
  204.                                     </Then>
  205.                                     <Else>
  206.                                       <ScalarOperator>
  207.                                         <IF>
  208.                                           <Condition>
  209.                                             <ScalarOperator>
  210.                                               <Compare CompareOp="GE">
  211.                                                 <ScalarOperator>
  212.                                                   <Intrinsic FunctionName="datalength">
  213.                                                     <ScalarOperator>
  214.                                                       <Identifier>
  215.                                                         <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  216.                                                       </Identifier>
  217.                                                     </ScalarOperator>
  218.                                                   </Intrinsic>
  219.                                                 </ScalarOperator>
  220.                                                 <ScalarOperator>
  221.                                                   <Const ConstValue="(128)" />
  222.                                                 </ScalarOperator>
  223.                                               </Compare>
  224.                                             </ScalarOperator>
  225.                                           </Condition>
  226.                                           <Then>
  227.                                             <ScalarOperator>
  228.                                               <Convert DataType="int" Style="0" Implicit="true">
  229.                                                 <ScalarOperator>
  230.                                                   <Identifier>
  231.                                                     <ColumnReference Table="[XML Reader with XPath filter]" Column="lvalue" />
  232.                                                   </Identifier>
  233.                                                 </ScalarOperator>
  234.                                               </Convert>
  235.                                             </ScalarOperator>
  236.                                           </Then>
  237.                                           <Else>
  238.                                             <ScalarOperator>
  239.                                               <Convert DataType="int" Style="0" Implicit="true">
  240.                                                 <ScalarOperator>
  241.                                                   <Identifier>
  242.                                                     <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  243.                                                   </Identifier>
  244.                                                 </ScalarOperator>
  245.                                               </Convert>
  246.                                             </ScalarOperator>
  247.                                           </Else>
  248.                                         </IF>
  249.                                       </ScalarOperator>
  250.                                     </Else>
  251.                                   </IF>
  252.                                 </ScalarOperator>
  253.                               </Aggregate>
  254.                             </ScalarOperator>
  255.                           </DefinedValue>
  256.                         </DefinedValues>
  257.                         <RelOp AvgRowSize="4057" EstimateCPU="1E-07" EstimateIO="0" EstimateRebinds="99" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="1" LogicalOp="Top" NodeId="16" Parallel="false" PhysicalOp="Top" EstimatedTotalSubtreeCost="20.9">
  258.                           <OutputList>
  259.                             <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  260.                             <ColumnReference Table="[XML Reader with XPath filter]" Column="lvalue" />
  261.                           </OutputList>
  262.                           <RunTimeInformation>
  263.                             <RunTimeCountersPerThread Thread="0" ActualRows="18" ActualEndOfScans="18" ActualExecutions="18" />
  264.                           </RunTimeInformation>
  265.                           <Top RowCount="false" IsPercent="false" WithTies="false">
  266.                             <TopExpression>
  267.                               <ScalarOperator ScalarString="(1)">
  268.                                 <Const ConstValue="(1)" />
  269.                               </ScalarOperator>
  270.                             </TopExpression>
  271.                             <RelOp AvgRowSize="4517" EstimateCPU="4.78647E-07" EstimateIO="0" EstimateRebinds="99" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="1" LogicalOp="Compute Scalar" NodeId="17" Parallel="false" PhysicalOp="Compute Scalar" EstimatedTotalSubtreeCost="20.9">
  272.                               <OutputList>
  273.                                 <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  274.                                 <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  275.                                 <ColumnReference Table="[XML Reader with XPath filter]" Column="lvalue" />
  276.                                 <ColumnReference Column="Expr1009" />
  277.                               </OutputList>
  278.                               <ComputeScalar>
  279.                                 <DefinedValues>
  280.                                   <DefinedValue>
  281.                                     <ColumnReference Column="Expr1009" />
  282.                                     <ScalarOperator ScalarString="0x58">
  283.                                       <Const ConstValue="0x58" />
  284.                                     </ScalarOperator>
  285.                                   </DefinedValue>
  286.                                 </DefinedValues>
  287.                                 <RelOp AvgRowSize="4065" EstimateCPU="1.224E-05" EstimateIO="0" EstimateRebinds="99" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="1" LogicalOp="Filter" NodeId="18" Parallel="false" PhysicalOp="Filter" EstimatedTotalSubtreeCost="20.9">
  288.                                   <OutputList>
  289.                                     <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  290.                                     <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  291.                                     <ColumnReference Table="[XML Reader with XPath filter]" Column="lvalue" />
  292.                                   </OutputList>
  293.                                   <RunTimeInformation>
  294.                                     <RunTimeCountersPerThread Thread="0" ActualRows="18" ActualEndOfScans="0" ActualExecutions="18" />
  295.                                   </RunTimeInformation>
  296.                                   <Filter StartupExpression="false">
  297.                                     <RelOp AvgRowSize="4065" EstimateCPU="1.00036" EstimateIO="0" EstimateRebinds="99" EstimateRewinds="0" EstimatedExecutionMode="Row" EstimateRows="3.7606" LogicalOp="Table-valued function" NodeId="19" Parallel="false" PhysicalOp="Table-valued function" EstimatedTotalSubtreeCost="20.8998">
  298.                                       <OutputList>
  299.                                         <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  300.                                         <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  301.                                         <ColumnReference Table="[XML Reader with XPath filter]" Column="lvalue" />
  302.                                       </OutputList>
  303.                                       <RunTimeInformation>
  304.                                         <RunTimeCountersPerThread Thread="0" ActualRebinds="18" ActualRewinds="0" ActualRows="18" ActualEndOfScans="0" ActualExecutions="18" />
  305.                                       </RunTimeInformation>
  306.                                       <TableValuedFunction>
  307.                                         <DefinedValues>
  308.                                           <DefinedValue>
  309.                                             <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  310.                                           </DefinedValue>
  311.                                           <DefinedValue>
  312.                                             <ColumnReference Table="[XML Reader with XPath filter]" Column="value" />
  313.                                           </DefinedValue>
  314.                                           <DefinedValue>
  315.                                             <ColumnReference Table="[XML Reader with XPath filter]" Column="lvalue" />
  316.                                           </DefinedValue>
  317.                                         </DefinedValues>
  318.                                         <Object Table="[XML Reader with XPath filter]" />
  319.                                         <ParameterList>
  320.                                           <ScalarOperator ScalarString="[Expr1000]">
  321.                                             <Identifier>
  322.                                               <ColumnReference Column="Expr1000" />
  323.                                             </Identifier>
  324.                                           </ScalarOperator>
  325.                                           <ScalarOperator ScalarString="(7)">
  326.                                             <Const ConstValue="(7)" />
  327.                                           </ScalarOperator>
  328.                                           <ScalarOperator ScalarString="XML Reader with XPath filter.[id]">
  329.                                             <Identifier>
  330.                                               <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  331.                                             </Identifier>
  332.                                           </ScalarOperator>
  333.                                           <ScalarOperator ScalarString="getdescendantlimit(XML Reader with XPath filter.[id])">
  334.                                             <Intrinsic FunctionName="getdescendantlimit">
  335.                                               <ScalarOperator>
  336.                                                 <Identifier>
  337.                                                   <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  338.                                                 </Identifier>
  339.                                               </ScalarOperator>
  340.                                             </Intrinsic>
  341.                                           </ScalarOperator>
  342.                                         </ParameterList>
  343.                                       </TableValuedFunction>
  344.                                     </RelOp>
  345.                                     <Predicate>
  346.                                       <ScalarOperator ScalarString="XML Reader with XPath filter.[id]=getancestor(XML Reader with XPath filter.[id],(1))">
  347.                                         <Compare CompareOp="EQ">
  348.                                           <ScalarOperator>
  349.                                             <Identifier>
  350.                                               <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  351.                                             </Identifier>
  352.                                           </ScalarOperator>
  353.                                           <ScalarOperator>
  354.                                             <Intrinsic FunctionName="getancestor">
  355.                                               <ScalarOperator>
  356.                                                 <Identifier>
  357.                                                   <ColumnReference Table="[XML Reader with XPath filter]" Column="id" />
  358.                                                 </Identifier>
  359.                                               </ScalarOperator>
  360.                                               <ScalarOperator>
  361.                                                 <Const ConstValue="(1)" />
  362.                                               </ScalarOperator>
  363.                                             </Intrinsic>
  364.                                           </ScalarOperator>
  365.                                         </Compare>
  366.                                       </ScalarOperator>
  367.                                     </Predicate>
  368.                                   </Filter>
  369.                                 </RelOp>
  370.                               </ComputeScalar>
  371.                             </RelOp>
  372.                           </Top>
  373.                         </RelOp>
  374.                       </StreamAggregate>
  375.                     </RelOp>
  376.                   </NestedLoops>
  377.                 </RelOp>
  378.               </ComputeScalar>
  379.             </RelOp>
  380.             <ParameterList>
  381.               <ColumnReference Column="@p_str" ParameterRuntimeValue="'78 91 01 12 34 56 78 91 01 12 34 56 78 91 01 12 34 56'" />
  382.             </ParameterList>
  383.           </QueryPlan>
  384.         </StmtSimple>
  385.       </Statements>
  386.     </Batch>
  387.   </BatchSequence>
  388. </ShowPlanXML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement