With the advent of SQL Server 2005, Microsoft provided three new T-SQL windowing functions that will turn out to be highly beneficial to T-SQL developers. They are: ROW_NUMBER (Which I have talked about previously here ) RANK DENSE_RANK It occurred to
Read More...