Database Systems Journal (Sep 2014)

Query Optimization Techniques in Microsoft SQL Server

  • Costel Gabriel CORLATAN,
  • Marius Mihai LAZAR,
  • Valentina LUCA,
  • Octavian Teodor PETRICICA

Journal volume & issue
Vol. V, no. 2
pp. 33 – 48

Abstract

Read online

Microsoft SQL Server is a relational database management system, having MS-SQL and Transact-SQL as primary structured programming languages. They rely on relational algebra which is mainly used for data insertion, modifying, deletion and retrieval, as well as for data access controlling. The problem with getting the expected results is handled by the management system which has the purpose of finding the best execution plan, this process being called optimization. The most frequently used queries are those of data retrieval through SELECT command. We have to take into consideration that not only the select queries need optimization, but also other objects, such as: index, view or statistics.

Keywords