Re: Display Estimated Query Plan ????

From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 10/14/03

  • Next message: Tim Garrod: "Re: getting a list of groups a specific user belongs to in sql server 2000"
    Date: Tue, 14 Oct 2003 14:45:30 -0600
    
    

    The text equivalent is set showplan_text. See books online
    for more info.

    -Sue

    On Tue, 14 Oct 2003 13:15:09 -0700, "Ashish"
    <bhardwaj_aa@yahoo.com> wrote:

    >IS there anything equavalent of "Display Estimated Query
    >Plan " in ISQLW I could run to just see the query plan
    >without executing it ?
    >
    >Thanks


  • Next message: Tim Garrod: "Re: getting a list of groups a specific user belongs to in sql server 2000"

    Relevant Pages

    • Re: Left Outer Join and CONTAINS - performance question...
      ... The plan completely depends on the data, so as the data changes, the plan ... Read about 'statistics' in the Books Online for a bit more info how how SQL ... SQL Server MVP ... Does the "query plan" ...
      (microsoft.public.sqlserver.server)
    • Re: differnt execution plans for same query
      ... one of these symbol has very thick lines in execution plan. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
      (microsoft.public.sqlserver.tools)
    • Re: Query plan, Indexes, and some angry users
      ... UAT plan that you like until you can figure out the underlying ... We have an update server coupled with a replicated read server, ... query plan is generated every time it runs. ...
      (comp.databases.sybase)
    • Re: Overuse of WITH RECOMPILE
      ... Under normal conditions a query plan is created and cached the first time a ... will use the same plan unless something invalidates that plan. ... I understand about cached query plans, ... > having an effect on the cached query plan. ...
      (microsoft.public.sqlserver.programming)
    • Re: Diff. Execution plan for 2 identical DB
      ... You need to work with the query plan, see what changed in the query plan, try to understand why it changed ... > understand why it has changed: the execution of the query ... >>Tibor Karaszi, SQL Server MVP ...
      (microsoft.public.sqlserver.programming)

    Loading