Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
Ranking Functions
Items 1 to 6 of 6
SQL Server Ranking Functions
SQL Server includes a subset of four ranking functions that can be used to rank the rows of your result set over a partition. This article presents those functions and examples of their use.
Read more...
By
Additional Articles
2012/03/20
|
Source:
Database Journal
|
Category:
ranking functions
Rating:
Rate this
|
Briefcase
|
3,249 reads
Using OVER with an Aggregate Function
Read more...
By
Nakul Vachhrajani
2010/11/04
|
Category:
t-sql
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,030 reads
SQL Server Ranking Functions
A new article from Wayne Sheffield that examines the ranking functions in SQL Server. Learn how you can use ROW_NUMBER(), NTILE(), RANK(), and DENSE_RANK() in your applications.
Read more...
By
Wayne Sheffield
2010/04/20
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
13,119 reads
Exploring SQL 2005’s Ranking Functions – NTILE() and ROW_NUMBER()
Part 20 of the "SqlCredit – Developing a Complete SQL Server OLTP Database Project" examines SQL 2005’s NTILE() and ROW_NUMBER() Ranking Functions.
Read more...
By
Additional Articles
2008/11/06
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
3,773 reads
SqlCredit – Part 19: Exploring SQL 2005’s Ranking Functions – RANK() and DENSE_RANK()
Part 19 digs deep into two of SQL 2005's ranking functions: RANK() and DENSE_RANK(). It includes performance considerations and using CTEs to avoid table variables.
Read more...
By
Additional Articles
2008/10/06
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
3,234 reads
How to use ranking functions in SQL Server 2005
With ranking functions in SQL Server 2005, you can rank rows in result sets. This tip defines rank functions and gives examples of how to use the four available functions.
Read more...
By
Additional Articles
2008/07/22
|
Source:
SearchSQLServer
|
Category:
ranking functions
Rating:
Rate this
|
Briefcase
|
4,687 reads
Items 1 to 6 of 6
Tags
t-sql
(6)
ntile
(2)
aggregates
(1)
dense_rank()
(1)
row_number()
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.