SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Aggregates Rss

   Items 1 to 10 of 10   
 

COUNT_BIG

By Prakriti Agrawal 2010/03/09 | Category: t-sql
Rating: (not yet rated) |  Discuss |  Briefcase | 2,593 reads

Pivoting, Unpivoting and Aggregating

We asked Phil Factor to write a nice simple quick-start guide about aggregation, pivoting and un-pivoting techniques. To do so, he takes us all the way from getting the data from a published source, transferring it to SQL Server, un-pivoting it, storing it in a relational table, aggregating it and finally pivoting the data in a variety of ways.  Read more...
By Additional Articles 2009/11/18 | Source: SimpleTalk | Category: aggregates
Rating:  Rate this |  Briefcase | 3,331 reads

Three Sample reports for the Automated DBA: Space Usage SnapShotter

1100 largest indexes by total buffer cache usage; 100 largest tables by total reserved pages; Largest tables in each database with running total of space usage and growth since last snapshot  Read more...
By Jesse Roberge 2009/07/13 | Source: SQLServerCentral.com | Category: admin
Rating: |  Discuss |  Briefcase | 1,533 reads

Median Workbench

SQL Server database engine doesn't have a MEDIAN() aggregate function. This is probably because there are several types of median, such as statistical, financial or vector medians. Calculating Medians are essentially a row-positioning task, since medians are the middle value of an ordered result. Easy to do in SQL? Nope. Joe Celko explains why.  Read more...
By Additional Articles 2009/05/06 | Source: SimpleTalk | Category: t-sql
Rating: (not yet rated)  Rate this |  Briefcase | 1,311 reads

SUM of FLOAT inconsistency

By brewmanz 2008/10/13 | Category: t-sql
Rating: (not yet rated) |  Discuss |  Briefcase | 3,813 reads

Accessing and changing data 2008

By bitbucket 2008/09/23 | Category: t-sql
Rating: (not yet rated) |  Discuss |  Briefcase | 3,201 reads

Summarizing Data with Aggregate Queries - SQL School Video

Learn how to summarize the values of your data using aggregate functions such as COUNT(), SUM(), and AVG() from MVP Kathi Kellenberger. Grouping and aggregate filters are covered as well.  Read more...
By Kathi Kellenberger 2008/08/28 | Source: SQLServerCentral.com | Category: video
Rating: |  Discuss |  Briefcase | 3,342 reads

Calculating Mathematical Values in SQL Server

In our application we have the need to perform mathematical calculations. Right now we are doing so in our front end application. Unfortunately we are starting to experience performance problems with large data sets and differences in calculations due to developers using different logic. We are seeking some other options to perform the calculations. Does SQL Server perform basic mathematical calculations?  Read more...
By Additional Articles 2008/08/07 | Source: MSSQLTips.com | Category: t-sql
Rating:  Rate this |  Briefcase | 3,726 reads

Windowed Aggregate functions

By Matt Miller (#4) 2008/06/27 | Category: t-sql
Rating: (not yet rated) |  Discuss |  Briefcase | 4,420 reads

Aggregating Correlated Sub-Queries

Every now and then you may attempt to calculate an aggregate function -- such as SUM() -- on a correlated subquery, only to encounter the following error:  Read more...
By Additional Articles 2007/10/29 | Source: SQLTeam.com | Category: t-sql
Rating: (not yet rated)  Rate this |  Briefcase | 3,617 reads
   Items 1 to 10 of 10   
 
Tags
t-sql (9)    
admin (1)    
administration (1)    
automated dba (1)    
growth trend (1)    
maintenance (1)    
maintenance and management (1)    
median (1)    
pivot (1)    
report (1)    
running aggregate (1)    
running totals (1)    
space usage (1)    
sql server 2005 (1)    
storage (1)    
utility (1)    
video (1)