Can anybody explain me cold backup and hot backup?
Answer Posted / rajendra
Cold Backup and Hot Backup terms are used by Oracle. These
terms are not available In MS SQL Server.
Cold Backup: - Takes the Database offline and copy database
files to different loction is called cold backup in Oracle.
Hot Backup:- Taking the Database backup when the Database
is online.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What's new in sql management studio for sql server? : sql server management studio
What is a performance monitor?
Tell me about pre-defined functions of sql?
Explain full-text query in sql server?
When is the use of update_statistics command?
What is primary key and example?
How can we rewrite sub-queries into simple select statements or with joins?
What is difference between count (*) and count 1?
Can you explain what is sql server english query?
what is raid and what are different types of raid configurations? : Sql server database administration
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
Explain forward - only cursors?
Explain temporary table vs table variable by using cursor alternative?
What is the data type of time?
What is difference between equi join and inner join?