How to convert a SQL query into hibernate criteria?

What is sql tuning, sql query optimization , sql query analyser?

  • I have studied basic SQL transaction commands. I want to gain knowledge of Advanced SQL topic. Please give information regarding sql tuning, sql query optimization , sql query analyser. Thanks

  • Answer:

    SQL tuning and query optimization are essentially the same thing - tweaking the SQL code so that it uses less resources and/or processes faster. Query Analyzer is an app that's part of SQL Server which can assist in this endeavor by giving details about just how a given query is interpreted and processed.

navneet at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

SQL Tuning and Query Optimization are largely the same and in some regards quite different. Query Optimization will generally refer to programming practices like not using cursors, or the differenct between JOIN types. In my world, SQL tuning usually refers to hardware and server optimization; trying to get better IOPS from a given system; or setting up indexes and file partitioning. Query analysers will help with both, you can runa query and look at the execution plan generated by the SQL server and that will let you know where the bottleneck is. need help with SQL Tuning? give us a call http://www.nexusstrategiesllc.com

see this site.... http://en.wikipedia.org/wiki/Microsoft_SQL_Server and online classes also available in youtube so visit youtube.com

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.