Streaming catalog views (Transact-SQL)

Important

Azure SQL Edge no longer supports the ARM64 platform.

This section contains the available catalog views and functions that are related to Transact-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