SQL Server 2008 R2: StreamInsight changes at RTM: Count Windows
Posted
by Greg Low
on SQL Blog
See other posts from SQL Blog
or by Greg Low
Published on Sat, 08 May 2010 04:49:00 GMT
Indexed on
2010/05/08
5:09 UTC
Read the original article
Hit count: 305
Filed under:
Another interesting change in the RTM version of StreamInsight is the addition of a new window type. Count Windows aren't time based but are based on counting a number of events. The window type provided in this release is called CountByStartTimeWindow. Based on that name, you'd have to presume we might get other types of count windows in the future. This new window type takes two parameters. The first is the number of events. The second is an output policy, similar to the policies now required for...(read more)
© SQL Blog or respective owner