Explian different types of BACKUPs avaialabe in SQL Server?
Given a particular scenario, how would you go about
choosing a backup plan?
Answers were Sorted based on User's Feedback
Answer / swapna
Types of backups you can create in SQL Sever 7.0+ are Full
database backup, differential database backup, transaction
log backup, filegroup backup.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / 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 |
Explain the cursor lock types?
How to perform key word search in tables?
Explain external key management in sql server 2008
what is difference between primary key and Unique
Write the syntax for stuff function in an sql server?
Explain Normalization and DE normalization
How will you go about resolving deadlocks?
What are the advantages of using stored procedures? Please don't simply say compilation time will be saved as they are already complied. Please specify some other advantages.
Explain cdc and sql injection?
What is difference between index seek vs. Index scan?
Which tcp/ip port does the sql server run on? How can it be changed?
What are the disadvantages of using the stored procedures?