Welcome to Romanian SQL Server User Group
Sign in
|
Join
|
Help
Aggregated Feeds
RSS 2.0
Atom 1.0
Home
Search
Go
Tags
activation
Add-ins
Announcements
asp.net
asynchronous procedure
audio
automatizare
blob
c#
climatizare
Cloud
CodeProject
columnstore
computer security
Data Access
Data-Tier Applications (DAC)
deadlock
Denali
DMX
download
Dynamic SQL
encryption
Excel
Excel Add-ins
execution
Extended Events
Filestream Storage
Full-Text Search
General Security
Home Automation
iluminat
Indecise
Îmi construiesc casă
KNX
log sequence number
long running
lsn
mac book pro
maintenance
MBPS
memory
message
Microsoft products
Modeling
multiroom
mvc
myspace
nosql
Performance
PowerShell
Samples
search engines
Security
service broker
Sonos
speaker
sql
SQL Azure Database
sql injection
SQL Server
SQL Server - cryptography
SQL Server - general
SQL Server - security
sql server 2005
SQL Server 2008
SQL Server 2008 R2
SQL Server 2012
SQL Server Azure
SQL Server Denali
SQL Server Execution Context
SQL Server Semantic Search
SQL Server Signatures
SQL Server Spatial
SQLCLR
SqlDependency
SQLTuesday
SSD
stack
stackoverflow
stackoverflow.com
start up
Storage
streaming
StreamInsight
swap
system crash
table
throw
transact-sql
trivia
Troubleshooting
try catch
tsql
t-sql
tutorial
Tutorials
Uncategorized
undocumented
white paper
windows
Navigation
Home
Blogs
External Feeds
Forums
Photos
Downloads
My Reader
About Us
Archives
februarie 2012 (1)
ianuarie 2012 (11)
decembrie 2011 (7)
noiembrie 2011 (6)
octombrie 2011 (4)
septembrie 2011 (11)
august 2011 (12)
iulie 2011 (14)
iunie 2011 (3)
mai 2011 (3)
aprilie 2011 (4)
martie 2011 (3)
februarie 2011 (3)
ianuarie 2011 (10)
decembrie 2010 (10)
noiembrie 2010 (11)
octombrie 2010 (2)
septembrie 2010 (4)
august 2010 (5)
iulie 2010 (1)
iunie 2010 (6)
mai 2010 (8)
aprilie 2010 (8)
martie 2010 (8)
februarie 2010 (6)
ianuarie 2010 (8)
decembrie 2009 (1)
noiembrie 2009 (17)
octombrie 2009 (13)
septembrie 2009 (6)
august 2009 (9)
iulie 2009 (13)
iunie 2009 (2)
mai 2009 (12)
aprilie 2009 (4)
martie 2009 (6)
februarie 2009 (2)
ianuarie 2009 (9)
decembrie 2008 (9)
noiembrie 2008 (12)
octombrie 2008 (6)
septembrie 2008 (8)
august 2008 (12)
iulie 2008 (7)
iunie 2008 (6)
mai 2008 (10)
aprilie 2008 (9)
martie 2008 (18)
februarie 2008 (16)
ianuarie 2008 (11)
decembrie 2007 (14)
noiembrie 2007 (33)
octombrie 2007 (6)
septembrie 2007 (3)
august 2007 (1)
iulie 2007 (4)
mai 2007 (4)
aprilie 2007 (3)
martie 2007 (1)
februarie 2007 (2)
ianuarie 2007 (2)
noiembrie 2006 (1)
octombrie 2006 (1)
iulie 2006 (1)
mai 2006 (2)
martie 2006 (1)
Aggregated Blogs
Bob Beauchemin's Blog
Remus Rusanu's blog
Raul Garcia's blog
Laurentiu Cristofor's blog
Bogdan Crivat on SQL Server Data Mining
Browse by Tags
All Tags
»
StreamInsight
(RSS)
SQL Server 2008 R2
Running the StreamInsightHost as a console app
I've been back at work on StreamInsight lately, and looking at using the Windows service-based host rather than run a self-contained .exe. Since I'd also been using the console for output, I was looking for a way to run the service as a console
Read More...
Posted
25 august 2010 09:29
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
StreamInsight
Recompiling the StreamInsight CTP3 samples for 1.0 - Part 3
This posting is a journey through StreamInsight 1.0 APIs, undertaking by porting the CTP3 samples. Part 3. In the StreamInsight CTPs, there existed three methods to code applications. My original post describes the current state of Observable. That leaves
Read More...
Posted
4 mai 2010 09:33
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
SQL Server 2008 R2
,
StreamInsight
Recompiling the StreamInsight CTP3 samples for 1.0 - Part 2
This posting is a journey through StreamInsight 1.0 APIs, undertaking by porting the CTP3 samples. Part 2. So let's update the SimulatedDataInputFactory provider, now. The problem seems to be the replacement of the interface that allows you to configure
Read More...
Posted
4 mai 2010 09:32
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
SQL Server 2008 R2
,
StreamInsight
Recompiling the StreamInsight CTP3 samples for 1.0 - Part 1
This posting is a journey through StreamInsight 1.0 APIs, undertaking by porting the CTP3 samples. The first look at the errors produced by recompiling the CTP3 examples is the realization that the IObservable model for coding adapters doesn't exist
Read More...
Posted
4 mai 2010 09:29
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
SQL Server 2008 R2
,
StreamInsight
StreamInsight 1.0 RTM: Installation and Samples
StreamInsight V1.0 RTM'd a few weeks ago. Although I worked with it, looking especially at the infrastructure and programming models, I just installed the RTM version a few days ago. One thing I noticed immediately upon install is that it requires
Read More...
Posted
4 mai 2010 09:25
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
SQL Server 2008 R2
,
StreamInsight
The StreamInsight Object Model and Observables
In the last installment about the object model, let's the at the third development style, using .NET's IObservable/IObserver. IObservable/IObserver is a new interface in .NET 4.0, the "mirror image" (to use a less controversial term)
Read More...
Posted
19 ianuarie 2010 07:28
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
StreamInsight
Populating the ObjectModel with ImplicitServer
Now that you know the StreamInsight metadata (see inside the metadata), its fairly easy to take apart the implicit model because you already know which objects are being created for you. In the implicit development model, you: 1. Create a CepStream for
Read More...
Posted
19 ianuarie 2010 06:49
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
StreamInsight
Inside the StreamInsight Object Model - Metadata
The StreamInsight object model seems fairly complex at first. There's a series of choices as you progress down the development path which make things appear more complex than they are. One thing to keep in mind is, no matter how you populate it, there
Read More...
Posted
19 ianuarie 2010 06:45
from
Bob Beauchemin's Blog
|
(Comments Off)
Filed under:
StreamInsight