nerdexam
SAP

C_HANATEC_10 · Question #29

You have created a file named backup.sql with the following information to run a backup: /c -n <server name> -i<instance number> -u <user> -p <password> BACKUP DATA USING FILE…

The correct answer is A. hdbsql -I backup.sql. See the full explanation below for the reasoning.

Question

You have created a file named backup.sql with the following information to run a backup:

/c -n <server name> -i<instance number> -u <user> -p <password> BACKUP DATA USING FILE ('backupDirectory/data/COMPLETE_BK') Which of the following commands executes the backup? Please choose the correct answer. Response:

Options

  • Ahdbsql -I backup.sql
  • Bhdbsql -c backup.sql
  • Chdbsql -S backup.sql
  • Dhdbsql -o backup.sql

How the community answered

(56 responses)
  • A
    80% (45)
  • B
    7% (4)
  • C
    9% (5)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full C_HANATEC_10 Practice