write the Sql query for creating database backup?
Answer Posted / k.l.rajesh babu
BACKUP DATABASE DATABASE_NAME TO DISK='C:\BackupDB\DB.bak'
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is the importance of sqlcode and sqlerrm?
How do I filter in sql profiler?
Define sql delete statement.
What is difference between procedure and trigger?
What is the use of <> sql?
what is union, minus and interact commands? : Sql dba
What is the source code of a program?
What is rename command in sql?
What is the use of nvl function?
How many joins can you have in sql?
What are the different dml commands in sql?
How can get second highest salary in sql?
How can you know that statistics should be updated?
Explain about various levels of constraint.
what is query cache in mysql? : Sql dba