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/create-stream-analytics-job.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,8 @@ The example below creates an external stream object to the local SQL Edge databa
124
124
125
125
Use the **sys.sp_create_streaming_job** system stored procedure to define the streaming queries and create the streaming job. The **sp_create_streaming_job** stored procedure takes two parameters
126
126
127
-
1. job_name - Name of the streaming job. Streaming job names are unique across the instance.
The example below create a simple streaming job with one streaming query. This query reads the inputs from the Edge Hub and write to the *dbo.TemperatureMeasurements*in the database.
0 commit comments