Query Optimization Techniques in Microsoft SQL Server

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

Format: Article
Diterbitkan: Bucharest University of Economic Studies 2014-09-01

Deskripsi

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.