write the query for taking database backup in sql
Answer Posted / purav topiwala
Backup database (your database name) to disk="(location
where back will store)"
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
How do I determine how many instances of sql server are installed on a computer?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
How do I port a number to sql server?
What are data files?
What is Extended user-defined?
What are the advantages of using stored procedures in sql server?
What are the advantages of using third-party tools?
What are the properties of the transaction?
How to add an address record into adventureworkslt?
What are the requirements on sql server network connections?
How can you fetch alternate records from a table?
Explain what stored procedure sp_replcounters is used for? : sql server replication
Do you know what is blocking?
What is meant by referential integrity?
what is a self join? : Sql server database administration