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
What are the tools available in market as an alternative to sql server reporting services?
Describe and explain about SQL native client?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What is history table in sql server?
What are the advantages of sql azure?
What is tabulation?
How to generate create function script on an existing function?
Why functions are used in sql server?
Explain about nested stored procedure?
What is data source view or dsv? : sql server analysis services, ssas
What is report server project?
How to stop a loop early with break statements in ms sql server?
How to recover from sql injection? : sql server security
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How to link tables in sql server?