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
Can we insert in view in sql?
What is pessimistic concurrency control? : Transact sql
Which is better stored procedure or query?
what are string data types? : Sql dba
How to pipe multiline string to isql?
What is sql stand for?
What are the benefits of pl sql?
Mention what plvcmt and plvrb does in pl/sql?
How do I view output in sql developer?
What is difference between joins and union?
What are the three forms of normalization?
What is an exception in pl/sql?
Explain the update statement in sql
What is difference between mysql and postgresql?
what is the difference between clustered and non clustered index in sql? : Sql dba