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 do you do in data exploration
How can I know what locks are running on which resource?
What is model database? : SQL Server Architecture
What is forward - only cursors / read only cursor?
What is factless fact table? : sql server analysis services, ssas
What extended events?
What is the purpose of the model database?
How do you rename a table in sql server?
What do we need queues in sql service broker?
What is the most common trace flags used with sql server?
What are logical/boolean operations in ms sql server?
What are the different types of cursor?
Explain error handling in ssis?
Can binary strings be used in arithmetical operations?
How to create a simple table to test triggers in ms sql server?