As part of performance tuning exercise our developer always suggested to use SET based operations rather than using procedural languages. One of the suggestions given for substitute for hierarchical data structure was to use of CTE. What are CTEs inside SQL Server, what are its advantages and how can you rewrite a subquery using CTE?
↧
SQL Server General Quiz 2012 - As part of performance tuning exercise our developer always suggested to use SET based operations
↧