Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Write SQL queries on Self Join and Inner Join.

1212


How to create a dml trigger using create trigger statements?

1079


How to create new databases with "create database" statements?

1066


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

1106


What is use of @@ spid in sql server?

1265


Can you explain what is indexed view? How to create it?

944


What is an entity-relationship diagram (erd)?

1309


How much memory that we are using in Logshipping Concept?

1841


What method is used by the Command classes to execute SQL statements that return single values?

1113


What is the difference between createstatement and preparedstatement?

997


What are the main sources of data?

1142


What is the difference between Normalization and De-normalization?

1139


Mention the differences between substr and charindex in sql server.

1108


Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

1219


How to convert numeric values to integers in ms sql server?

1155