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
Why main is user defined function?
What is tcl in sql server?
How are the exceptions handled in sql server programming?
What is the difference between DATETIME2 and DATETIME?
How to create database with physical files specified in ms sql server?
What are cursors and when they are useful?
How can we improve performance by using SQL Server profiler?
Tell about MOM Tool(Microsoft Operator Manager)?
What is BCP? When does it used in sql server 2012?
How do you create type- insensitive operator?
What is buffer cash and log cache in sql server?
What is a non equi join?
What is the difference between insensitive and scroll cursor?
How do I clean up sql server transaction log?
Can sql servers link to other servers like oracle?