Query processing is slow(eg select query)how will u solve that

Answers were Sorted based on User's Feedback



Query processing is slow(eg select query)how will u solve that..

Answer / kumarayyalusamy

We will tune that query

Is This Answer Correct ?    7 Yes 2 No

Query processing is slow(eg select query)how will u solve that..

Answer / jayesh

WE CREATE PROCEDURE THEN ACCESS IT
INDEXING ALSO DONE

Is This Answer Correct ?    5 Yes 2 No

Query processing is slow(eg select query)how will u solve that..

Answer / mohapatra.gouranga@gmail.com

1) Find the cost.
2) Check what tables are going full table scan.
3) Create Indexes if is possible.
4) Re-write the query to optimize the cost with modifying
filter condition.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB Administration Interview Questions

how to copy(migrate) the database one server to another server without using expdp/impdp how it is possible.

4 Answers   DELL, TCS,


What is a correlated sub-query? : sql server DBA

0 Answers  


What are the different ways you can create databases in sql server? : sql server DBA

0 Answers  


How would you determine the time zone under which a database was operating?

2 Answers  


Which environment variables are absolutely critical in order to run the OUI?

2 Answers  






Is it possible to update the multiple field values in a single query? If possible then write the actual query.

1 Answers   Oracle,


What is the difference between online backup & offline backup?

3 Answers   CSC,


how can you connect from 10g user to 11g user??

0 Answers   HP,


Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode?

1 Answers  


What are the different types of database compression introduced in sql server 2008? : sql server DBA

0 Answers  


When creating a user, what permissions must you grant to allow them to connect to the database?

3 Answers  


What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA

0 Answers  


Categories