Re: Performance Tool Question
From: Johan Koopmans (koopmans.johan_at_hccnet.nl)
Date: 11/06/04
- Next message: koletsis theo: "Please Help.Attach Db Errror"
- Previous message: Johan Koopmans: "Re: Export Stored Procedures"
- In reply to: Ed Willis: "Performance Tool Question"
- Next in thread: Kevin Kline [MVP]: "Re: Performance Tool Question"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 6 Nov 2004 20:31:10 +0100
Take a look at www.superiorsql.com
This is a tool to build sql statements on the fly, don't know whether this
tool has a performance-optimizer
Within query analyzer you can show the execution plan for each stored
procedure.
Open a new window in query analyzer and type execute myprocedurename ( type
an existing procedure name in the field myprocedurename)
The execution plan will show all scans to be performed and will give hints
to improve (for instance building extra indexes).
Performance-optimizing is the essence of a DBMS so I guess you have to use
the internal algorithms by using the execution plan of MSSQL
"Ed Willis" <ed_willis@acsi.orgnospam> schreef in bericht
news:%23X682%234wEHA.2732@TK2MSFTNGP12.phx.gbl...
> I am looking for a tool that will help optimize TSQL and Stored Procedures
> in SQL Server 2000. Can anybody recommend a good tool?
>
> I need something that will scan a TSQL, Stored Procedure or View and
> recommend optimizations.
>
> Thanks.
>
>
- Next message: koletsis theo: "Please Help.Attach Db Errror"
- Previous message: Johan Koopmans: "Re: Export Stored Procedures"
- In reply to: Ed Willis: "Performance Tool Question"
- Next in thread: Kevin Kline [MVP]: "Re: Performance Tool Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|