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 |
What is clustered vs nonclustered index?
How do you run a trace?
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
How do I find sql server instance name?
Can you link only other SQL Servers or any database servers such as Oracle?
plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005
What are filegroups in sql server?
How to truncate the log in sql server 2012? : sql server database administration
Which tcp/ip port does the sql server run on? How can it be changed?
What is ems sql management studio? : sql server management studio
how many non clustered index in sql server 2008,2010,2012
How can sql server instances be hidden? : sql server security
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)