Administrative views#
Apart from emulating SQL Server’s views, Querona introduces some of its own.
All of them start with qua_
prefix to be easily distinguished from regular SQL Server views.
In general, these views should be used by software developers and administrators. Note that most of the tasks can also be achieved conveniently using Querona Web GUI.
Administrative#
Administrative stored procedures should be used by power users and administrators. Note that most of the tasks can also be achieved conveniently using Querona Web GUI.
View name |
Description |
---|---|
Provides a detailed list of all configured DataApi instances. |
|
Provides a list of functions supported by each data provider. |
|
Contains rows about each materialized view (cached views) and their physical counterparts, that are used as a backend storage of the view. |
|
Provides a list of all internal object pools. |
|
Provides a list all tables that exist on a provider connection for a specific database. The view exists in _sys_ schema. |
|
Provides a list of recent SQL statements that were received and processed. |