Can anybody explain me cold backup and hot backup?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guenter
i think both of the above answers are right:
Cold Server backups:
http://www.microsoft.com/licensing/software-assurance/cold-
backup.aspx
Oracle Database Cold Backup:
http://www.oracle.com/technology/pub/articles/havewala-rman-
grid.html
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / samriti
Cold Server backups goes for those machine which have
software installed and configured and then turned off.
Hot Server backups are those which frequently are turned
on and ready to move into production mode immediately.
| Is This Answer Correct ? | 2 Yes | 17 No |
What is clustered vs nonclustered index?
Explain forward - only cursors?
Can we take the full database backup in log shipping?
Can we use pragma autonomous_transaction in trigger?
Hi all, I need query help for below senorio, could you please help me. TableName = City CITYID ContinuationID CITYNAME 1 1 SAN 1 2 DIEGO 2 1 SAN 2 2 FRANCISCO 3 1 CHICAGO 4 1 NEW 4 2 YORK 4 3 CITY Could you please help me to write a generalized SQL that returns results as given below in the Query result CITYID NAME1 NAME2 NAME3 NAME4 NAME5 1 SAN DIEGO 2 SAN FRANCISCO 3 CHICAGO 4 NEW YORK CITY
hi to all teachers,... Friends who write in the query mode Full text Search in Sql Server have experience Who make(Convert) this Stored Procedure as a normal Full text Search, which contains and .. Is used, into Advance of the tips I have thanked all friends perfection. Email : rezaafandi@yahoo.com Create PROCEDURE Sp_student @fname varchar(50), @lname varchar(50), @tel varchar(50), @code varchar(50), @adr varchar(50), @search_operation varchar(50), @totalRowCount bigint output AS begin if @search_operation = 'and' begin SELECT f3,f4,f5,f6,f7 FROM tb_student WHERE( f5 like '%' + @fname + '%' and f4 like '%' + @lname + '%' and f6 like '%' + @tel + '%' and f7 like '%' + @code + '%' and f3 like '%' + @adr +'%' ) select @totalRowCount = @@rowcount end
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
What is full form of XP ?
42 Answers Cap Gemini, Infosys, Microsoft, Oracle, Reliance,
What does nvl stand for?
What are the requirements for sql server 2016?
What is a result set object returned by odbc_exec()?
how to avoid cursors? : Sql server database administration
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)