sys.all_objects
objectsDescription
Analytics Platform System (PDW) SQL database in Microsoft Fabric Shows the UNION of all schema-scoped user-defined objects and system objects.
Syntax
sys.extended_procedures
Permissions
Article • 04/12/2024 Because extended stored procedures are installed into the database, they’re only visible from that database context. Selecting from the view in any other database context returns an empty result set. Description Columns inherited from For a list of columns that this view inherits, see sys.objects. Name, including path, of the DLL for this extended stored procedure. The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission. For more information, see Metadata Visibility Configuration. Object Catalog Views (Transact-SQL) System catalog views (Transact-SQL) ノ Expand table