adspace


What are the different types of backup avaible in SQL SErver

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an indexed view?

1023


Can one drop a column from a table?

1091


What is a scheduled job or what is a scheduled task?

1040


What are the different types of subquery?

1235


What are the source of constraints?

1010


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


Equi join and non equi join is possible with sql server?

1134


List out the different types of locks available in sql server?

1051


How raid can influence database performance?

1118


What is the primary use of the model database?

1151


How to rebuild the master database?

1167


List the ways in which dynamic sql can be executed?

1087


do you know how to configure db2 side of the application? : Sql server database administration

1125


Why should you use or avoid select * statements?

1111


How can you append an identity column to a temporary table?

1071