Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

ssasql SQL Mode Command Syntax

ssasql SQL Mode Command Syntax

Ssasql SQL mode commands are prefixed with a period (
.
) in order to distinguish them from the command set for the current mode. Any command that is not prefixed by a period is executed within the context of the current mode; ssasql issues an error message if the command does not belong to the current mode's command set. Ssasql commands are not case-sensitive.
In order to execute a command belonging to the current operating mode, the command must not be prefixed by a period, and must be terminated by a semicolon (
;
).
To execute a command in another mode without leaving the current mode, precede the command with the system command normally used to change to the desired mode, as in the following example:
SQL:3> .sess disconnect 3;
Here, the DISCONNECT statement is executed from SQL mode by prefixing it with the system command normally used to change to SESS mode, that is,
.SESS
. Note that the statement is terminated with a semicolon ( ; ) — in this case, however, it is not necessary to include the semicolon, since the command is executed with the mode prefix.

0 COMMENTS

We’d like to hear from you!