Skip to main content

Introduction

Welcome

To the world of possibilities that the Event Router can unlock.

To get started, download the Event Router, and all plugins. The plugins will help to configure a HTTP event ingest endpoint, and to emit HTTP events, but also to debug the router by using a console plugin, that will print messages to a console.

How to download and install the router can be found at Installing your Event Router

The Key Concepts section in the documentation is important to understand to make full use of your event router

Contact us if you have any questions or suggestions.

Get-Items *.docx
SELECT [ ALL | DISTINCT ]  
[ TOP ( expression ) [ PERCENT ] [ WITH TIES ] ]
select_list
select_list =
{
*
| { table_name | view_name | table_alias }.*
| {
[ { table_name | view_name | table_alias }. ]
{ column_name | $IDENTITY | $ROWGUID }
| udt_column_name [ { . | :: } { { property_name | field_name }
| method_name ( argument [ ,...n] ) } ]
| expression
}
[ [ AS ] column_alias ]
| column_alias = expression
} [ ,...n ]