By tag: PARTITION
0
kicks
Sql Server 2005 Query to Remove Duplicate Rows
T-SQL query in Sql Server 2005 to Remove Duplicate Rows on table with/without primary key
0
kicks
SQL Server 2005: Using PARTITION and RANK in your criteria
The RANK and PARTITION features in 2005 are simply amazing. They make so many "classic" SQL problems very easy to solve.