SQL 2008 Median and Percentile Aggregate Functions

Software Screenshot:
SQL 2008 Median and Percentile Aggregate Functions
Software Details:
Version: 1.0
Upload Date: 6 May 15
Developer: Quip IT Solutions
Distribution Type: Shareware
Price: 49.00 $
Downloads: 21
Size: 37 Kb

Rating: 5.0/5 (Total Votes: 1)

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

Limitations:

100 records per group

Supported Operation Systems

Similar Software

Other Software of Developer Quip IT Solutions

Comments to SQL 2008 Median and Percentile Aggregate Functions

Comments not found
Add Comment
Turn on images!