write the query for taking database backup in sql
Answer Posted / shardul negi
backup database <database name> to disk
= 'c:\<DatabaseName>.bak'
| Is This Answer Correct ? | 118 Yes | 25 No |
Post New Answer View All Answers
Is it possible to call a stored procedure within a stored procedure?
What is a trigger? Why we need it?
Explain full-text indexing?
What are a scheduled jobs?
How to change the data type of an existing column with "alter table" statements in ms sql server?
What is bcp? When does it use?
How can we rewrite sub-queries into simple select statements or with joins?
What are the extra roles available in msdb? : sql server security
Explain microsoft sql server functions?
How to convert a table data in XML format in sql server?
What do you understand by integration services in sql server?
What are cursors in ms sql server?
Why do we need normalization?
What is self contained multi valued query?
How to replace the Query Result 'Null Value' with a text ?