nerdexam
SAP

C_HANATEC151 · Question #156

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? Please choose the correct answer. Choose one:

Options

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

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    13% (3)
  • D
    75% (18)

Community Discussion

No community discussion yet for this question.

Full C_HANATEC151 Practice