how to get the automatic backup of the database in the sql
server
Answer Posted / kumar.t
Open the sql server query analysiser
To Type The following query
Backup DataBase <DataBaseName>
To Disk ='Server path'
| Is This Answer Correct ? | 18 Yes | 17 No |
Post New Answer View All Answers
How and why use sql server?
What is instead of dml trigger?
How to rebuild master databse?
What is partitioned view?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
Do you know what are acid properties of transaction?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
Explain the steps to create and execute a user-defined function in the sql server?
What are the mathematical functions supported by sql server 2005?
What is difference between delete & truncate commands?
What are the different types of sql server replication? : sql server replication
What are the disadvantages of primary key and foreign key in SQL?
What is a heap?
What is an index in sql?
How to delete duplicate records based on single column from a table?