Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gmmastros on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anybody know some tools to analyze SQL code against the schema?

Status
Not open for further replies.

pengzhang

Technical User
Oct 19, 2002
22
0
0
CA
Hi Guys,

I'm looking for tools for Informix (or some general tools for all databases) to analyze SQL code against the schema to see if there are some performance issues?

Thanks
 
you have great tool known as Server Studio to connect to the Informix Server.
and Informix native connecting tooll "dbaccess" in that you can use Explain plan to explain the query path. enjoy
 
... also native informix tool "onperf", which gives graphical representation of the current operating metrics!

Enjoy!

Fester
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top