Recently i came across a very good performance tuning webcast in sqlworkshops.com.. The presenter showed how to do inmemory sort for very big results from a query without spilling them to tempdb in SQL 2008.
Does anyone know how to achieve the same in SQL 2005. Any insights will be appreciated.