SAP HANA (cloud/on-premise/hybrid) can be used as a live SQL data source via official .NET client library. SeekTable is the perfect self-service BI interface for querying a SAP HANA in a controlled and manageable way, making it accessible to non-IT users with easy to use Excel-like reports builder.
SQL-compatible database (this opens SQL Settings section).
	SAP HANA
	Server=hanaServer:30015;UID=JSmith;Password=secret;
| Server | Specifies the SAP HANA server address or addresses host:port[, host:port]. If your system contains a failover standby node, then you can specify it as an additional optional address. | 
|---|---|
| UID | Specifies the user name. | 
| Password | Specifies the user password. | 
| DatabaseName | Specifies the name of the database to connect to (SAP HANA Platform only). | 
Note: this is an incomplete list of supported SAP HANA connection string properties. For more options see SAP HANA Provider for ADO.NET Connection Properties.