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
Does an index slow down updates on indexed columns?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
How to use go command in "sqlcmd"?
What is the difference between NOROW and LOCKROW?
What are sql dirty pages?
Characterize join and name diverse sorts of joins?
Explain what is dbcc?
What are the restrictions applicable while creating views? : SQL Server Architecture
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
What is lock escalation? : sql server database administration
Explain powershell included in sql server 2008?
List types of tables in SQL Azure?
What does it mean to normalize a database and why would you do it?
Can an automatic recovery be initiated by a user?
What is the difference between getdate and sysdatetime?