Skip to content

Files

Latest commit

441ef02 · Jan 25, 2022

History

History
35 lines (23 loc) · 1.17 KB

streaming-catalog-views.md

File metadata and controls

35 lines (23 loc) · 1.17 KB
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

Streaming Catalog Views (Transact-SQL)

This section contains the available catalog views and functions that are related to T-SQL Streaming.

In This Section

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.

See also