title | description | keywords | services | ms.service | ms.topic | author | ms.author | ms.reviewer | ms.date |
---|---|---|---|---|---|---|---|---|---|
Streaming catalog views (Transact-SQL) - Azure SQL Edge |
Learn about the available streaming catalog views and dynamic management views in Azure SQL Edge |
sys.external_streams, SQL Edge |
sql-edge |
sql-edge |
reference |
rothja |
jroth |
jroth |
05/19/2019 |
This section contains the available catalog views and functions that are related to T-SQL Streaming.
View | Description |
---|---|
sys.external_streams | Returns a row for each external stream object created within the scope of the database. |
sys.external_streaming_jobs | Returns a row for each external streaming job created within the scope of the database. |
sys.external_job_streams | Returns a row each for the input or output external stream object mapped to an external streaming job. |