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
Explain having clause and where clause?
Explain filestream storage of sql server 2008?
What are the acid properties?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
What are statistics?
How to add a new dsn with the odbc driver for sql server?
What are Row versions of DataRow?
Why is sql server log file full?
Write an SQL query to obtain the 2nd highest salary.
What is the difference between dropping a database and taking a database offline?
how you can list all the tables in a database?
Is there any difference between the primary key and unique key?
What happens to a statement batch if there is a compilation error?
What are the properties of the transaction?
What is table level trigger?