Metadata management

Metadata management#

Stored procedures for working with object metadata, partitioning and view generation.

Stored procedure name

Description

qua_get_partitioning_schema

Retrieves partitioning schema for a given view.

qua_set_partitioning_schema

Sets partitioning mode and schema for a given view.

sp_describe_first_result_set

Returns the metadata for the first result set of the T-SQL batch.

sp_generate_views

Generates views on target database based on objects (tables or views` from a source database).

sp_import_metadata

Generates views on target database based on objects (tables or views` from a source database).