SCV SQL Previewer
Use this page to specify an SQL query statement that contains supported built-in functions.
The supported built-in function is based on the SQL Server version, and can be obtained by running this query in the SQL previewer:
SELECT @@version as _version
You can then refer to the What are the SQL database functions section for the supported function details.
To run adhoc queries on the SCV database:
Note:
- The number of records that are exported is limited to 300 to prevent performance issues.
- The query execution time is limited to 10 minutes.
- When replacing application variables, the value is preceded with N. For example, %app_var_scv_dpls_base_location_hierarchy% is replaced with N'DPLS_BASE_LOCATION_HIERARCHY'.