Explian different types of BACKUPs avaialabe in SQL Server?
Given a particular scenario, how would you go about
choosing a backup plan?
Answer Posted / raghuram
different types of BACKUPS available in sql server are full
database backup, differential database backup,
transactional log backup, files and filegroup backup.
for new database we will go for full database backup, and
if the the database is in full database backup type,then we
do differential database backup or transactional log backup.
if the database size is too heavy means the database is
VLDB then we go for files and filegroup database backup.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many replicas are maintained for each SQL Azure database?
Explain the concepts and capabilities of sql server?
What are scalar functions?
What new changes are being made in SQL Server?
What are the key configuration files for sql server reporting services ?
What happens if ntwdblib.dll is missing on your machine?
How to create user messages with print statements in ms sql server?
How to get the definition of a trigger back?
What are the different types of indexes?
What are the benefits and tasks of object explorer? : sql server management studio
How is table type constraint applied to a table?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
Can you explain what is indexed view? How to create it?
What will be the maximum number of indexes per table?
How to drop an existing table?