Using Interactive SQL for the In-Memory Database

Use Interactive SQL (hdbsql or isql) to run the TAQ data query scripts on your in-memory database.

Use SAP HANA hdbsql to run the TAQ data query scripts on your SAP HANA in-memory database. hdbsql allows you to issue SQL statements to an SAP HANA database and perform various administrative tasks from a command line. See Appendix A: SAP HANA HDBSQL in the SAP HANA Administration Guide for more information.

Alternatively, if you do not have SAP HANA installed, you can use isql to run the TAQ data query scripts on your Adaptive Server in-memory database. isql sends Transact-SQL® commands to Adaptive Server Enterprise, formatting the results and printing them to standard output. There is no maximum size for an isql statement. To use Transact-SQL directly from the operating system with the isql utility program, you must have an Adaptive Server account or login.

See Adaptive Server Enterprise 15.7 > Utility Guide > Using Interactive isql from the Command Line for more information.