Tag: sql server

Community

Understanding Query Plans

(Itzik Ben-Gan) T-SQL is a declarative querying language that lets you phrase your request in a logical English-like manner. The SQL Server database engine then processes the query. The relational engine (the query processor) uses the query optimizer to translate the logical request into a physical