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...


What are the different types of backup avaible in SQL SErver

Answers were Sorted based on User's Feedback



What are the different types of backup avaible in SQL SErver..

Answer / hari

Full Backup
Differential backup
Transcational log backup

Is This Answer Correct ?    18 Yes 2 No

What are the different types of backup avaible in SQL SErver..

Answer / senthilkumar

SQL Server provides several different kinds of backups
including Complete Backup, Differential Backup, Transaction
Log Backup, and File(s) and Filegroup(s) backup.

Is This Answer Correct ?    11 Yes 1 No

What are the different types of backup avaible in SQL SErver..

Answer / amit kumar

Full - backups entire database
Differential - backups all changes since last full backup
Transaction Log - backups transaction log for all changes
since last transaction log backup
File - allows you to backup one data file
Filegroup - allows you to backup an entire filegroup

Is This Answer Correct ?    8 Yes 1 No

What are the different types of backup avaible in SQL SErver..

Answer / devender reddy

The different types of backups in SQL Server are following:

Full Backup
Differential backup
Transcational log backup

Is This Answer Correct ?    5 Yes 1 No

What are the different types of backup avaible in SQL SErver..

Answer / koti

full,
differential,
transactional,
file group:-it is a backup in which the large databases are
separated as file groups. this is used in high level
organizations.

Is This Answer Correct ?    1 Yes 1 No

What are the different types of backup avaible in SQL SErver..

Answer / pavan

full
differential
transaction
taillog
copy_only
mirror
files and file group
partial

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More SQL Server Interview Questions

How do I create a stored procedure in sql server?

0 Answers  


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

0 Answers  


Tell me what is the stuff and how does it differ from the replace function?

0 Answers  


How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

0 Answers  


What are the differences between left join and inner join in sql server?

0 Answers  


How do you size a resultset?

0 Answers  


1.can we set the more than 1 primary keys for a table? 2.please give me the difference between Cluster Index and non-Clustered Index 3.can we use query like this "Select * from Table1,Table2;"

8 Answers  


How can you stop stored procedures from recompiling?

0 Answers  


What is a group function explain with an example?

0 Answers  


Can we add an identity column to decimal datatype?

0 Answers  


What is precedence constraint?

0 Answers  


How will u find the query which is running in some other machine

4 Answers   CarrizalSoft Technologies, IBM,


Categories