You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql-edge/stream-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Azure SQL Edge Preview introduces support for a new feature, **T-SQL Streaming**
18
18
> [!NOTE]
19
19
> Azure SQL Edge is currently in Preview, which means the T-SQL Streaming feature is also under preview and should NOT be used in production or pre-production environments.
20
20
21
-
As with Azure Stream Analytics, T-SQL Streaming enables recognition of patterns and relationships in information extracted from a number of IoT input sources including devices, sensors, and applications. These patterns can be used to trigger actions and initiate workflows such creating alerts, feeding information to a reporting or visualization solution, or storing the data for later usage. The following scenarios are examples of when you can use T-SQL Streaming can be used
21
+
As with Azure Stream Analytics, T-SQL Streaming enables recognition of patterns and relationships in information extracted from a number of IoT input sources including devices, sensors, and applications. These patterns can be used to trigger actions and initiate workflows such as creating alerts, feeding information to a reporting or visualization solution, or storing the data for later usage. The following scenarios are examples of when you can use T-SQL Streaming
22
22
23
23
* Analyze real-time telemetry streams from IoT devices
24
24
* Real-time Analytics of data generated from autonomous and driverless vehicles.
@@ -38,7 +38,7 @@ T-SQL Streaming works in exactly the same manner as [Azure Stream Analytics](htt
38
38
* SQL - The SQL output can be a local database within the SQL Edge instance or a remote SQL Server or Azure SQL Database.
39
39
* Azure Blob Storage
40
40
41
-
- Stream Query - The stream query defines the transformation, aggregations, filter, sorting, and joins that needs to be applied to the input stream before it's written to the stream output. The stream query is based on the same query language used by Azure Stream Analytics. For more information on Azure Stream Analytics query language, refer [Stream Analytics Query Language](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference?).
41
+
- Stream Query - The stream query defines the transformations, aggregations, filters, sorting, and joins that needs to be applied to the input stream before it's written to the stream output. The stream query is based on the same query language used by Azure Stream Analytics. For more information on Azure Stream Analytics query language, refer [Stream Analytics Query Language](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference?).
42
42
43
43
> [!IMPORTANT]
44
44
> T-SQL Streaming, unlike Azure Stream Analytics, currently does not support [using reference data for lookups](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-use-reference-data) or [using UDF's and UDA's in stream job](https://docs.microsoft.com/azure/stream-analytics/streaming-technologies#you-want-to-write-udfs-udas-and-custom-deserializers-in-a-language-other-than-javascript-or-c).
@@ -50,12 +50,12 @@ T-SQL Streaming works in exactly the same manner as [Azure Stream Analytics](htt
50
50
51
51
The following limitations and restrictions apply to SQL Streaming.
52
52
53
-
- Only one streaming job can be active at any give time. Users will have to stop and already executing job before starting another job.
53
+
- Only one streaming job can be active at any give time. Users will have to stop an already executing job before starting another job.
54
54
- Each streaming job execution is single threaded. If the streaming job contains multiple queries, each query will be evaluated in serial order.
55
55
56
56
## Next steps
57
57
58
58
-[Create a Stream Analytics job in Azure SQL Edge Preview](create-stream-analytics-job.md)
59
59
-[Start, Stop, Drop a stream analytics job in Azure SQL Edge Preview](overview.md)
60
60
-[Viewing metadata associated with stream jobs in Azure SQL Edge Preview](overview.md)
0 commit comments