nerdexam
SAP

C_HANATEC131 · Question #79

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 D. 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?

Options

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

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    8% (4)
  • D
    83% (40)

Community Discussion

No community discussion yet for this question.

Full C_HANATEC131 Practice