Hi,
I am trying to run sql commands via hdbsqql by preparing a shell script in linux. I am able to enter the hdbsql prompt and connect to hanaserver but not able to run the sql commands via the shell script. Below is content of my shell script. Please let me know what exactly is going wrong here:
/usr/sap/hdbclient/hdbsql -c ";" -n localhost:30015 -u user -p secret_passwd ";" EXPORT ABC.\"*\" AS CSV INTO './Backup/'
Can anyone pls share a working script. I want to schedule schema level exports and thus, taking this route.
TIA