optimization techinques



optimization techinques..

Answer / Ashok Kumar Swarup

SQL Server offers several optimization techniques to improve query performance. Here are some examples:nnIndexing: Creating appropriate indexes on frequently queried columns can significantly reduce the time required to access data.nnStored Procedures: Storing queries within stored procedures can help minimize network traffic and improve execution efficiency.nnQuery Optimization Hints: Using query optimization hints such as OPTION (FORCESEEK, FORCEORDER) allows you to control the query execution plan.nnPartitioning: Partitioning large tables into smaller, more manageable pieces can reduce contention and improve query performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is clustered vs nonclustered index?

1 Answers  


How do you run a trace?

1 Answers  


What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.

5 Answers   IBM,


How do I find sql server instance name?

1 Answers  


Can you link only other SQL Servers or any database servers such as Oracle?

1 Answers  


plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005

3 Answers  


What are filegroups in sql server?

1 Answers  


How to truncate the log in sql server 2012? : sql server database administration

1 Answers  


Which tcp/ip port does the sql server run on? How can it be changed?

1 Answers  


What is ems sql management studio? : sql server management studio

1 Answers  


how many non clustered index in sql server 2008,2010,2012

2 Answers   Accenture,


How can sql server instances be hidden? : sql server security

1 Answers  


Categories