Used SQL 2008 Median and Percentile Aggregate Functions for Windows? Share your experience and help other users.


Key Details of SQL 2008 Median and Percentile Aggregate Functions

  • Provide median and percentile aggregate functions for SQL Server 2008.
  • Last updated on
  • There have been 2 updates
  • Virus scan status:

    Clean (it’s extremely likely that this software program is clean)


Enlarged image for SQL 2008 Median and Perce…
SQL 2008 Median and Percentile Aggregate Functions 0/1

Developer’s Description

Provide median and percentile aggregate functions for SQL Server 2008.
SQL Aggregate functions perform a calculation on a set of values and return a single value. Microsoft SQL Server supports only basic aggregate functions, such as SUM or MAX, whilst many of the statistical and analytical functions are missing. QUIP IT Solutions provides user made aggregate functions which enhance T-SQL scripting environment so you can calculate median and percentile within the databa like any other built-in aggregate function. It makes your SQL/TSQL queries and stored procedures much faster, more reliable and more efficient than any other technique. It also makes your script much simpler and cleaner. Configuring these functions is very straightforward. You are given a script file which you run like any other SQL script against the database you want to create these aggregate functions in. And that is it! you are now ready to use our aggregate functions the same way as you use any other SQL aggregate function with or without a "group by" statement. SQL Server 2008 does support multiple parameters in user made aggregate functions, so the syntax is relatively simple here. It works exaclty the same as MS Excel the only difference is that instead of selecing a range you use a field name in the function. For instance, Select b,dbo.Percentile(a,.90) [90th Percentile] from tmp group by b --90th Percentile Select b,dbo.Percentile(a,.95) [95th Percentile] from tmp group by b --95th Percentile Select b,dbo.Median(a) [Median] from tmp group by b -- Median


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1.0
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows Server
  • Windows XP
  • Windows 2003
  • Windows 7
  • Windows 10
  • Windows NT
  • Windows Vista
  • Windows 2000
Additional Requirements
None
POPULARITY
Total Downloads
268
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Download.com

Your review for SQL 2008 Median and Percentile Aggregate Functions