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
what is the difference between openrowset and openquery?
How to create a scrollable cursor with the scroll option?
Define cross join in sql server joins?
What is the difference between a primary key and a unique key? Are they the same?
Define Wed Edition in SQL Azure?
How to rebuild all indexes on a single table?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
What is RMS migrations?
What is sql server management studio? : sql server management studio
How do I find information about the install locations for the various instances running on a computer?
When to use null data driven subscription?
How do I install only the client tools of sql server 2000?
How do we Backup SQL Azure Data?
When we should use and scope of @@identity?
What is cdc in sql server?