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
Do you know data definition language, data control language and data manipulation language?
What is the minimum recommended amount of ram for sql server 2012 enterprise?
How network traffic be reduced by using the stored procedure?
How many types of subqueries are there in sql server?
What do you understand by triggers and mention the different types of it?
What is the default fill factor value?
Explain how you can configure a running aggregate in SSRS?
Can we insert data into view sql server?
What command would you use to create an index?
What are the types of ssrs?
What stored by the model?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What are the extra roles available in msdb? : sql server security
What are different type of Collation Sensitivity?
Determine when an index is appropriate?