Purchase Solution

SQL Server 2000 Databases Management

Not what you're looking for?

Ask Custom Question

1. What is the difference between complete and differential backups?

2. Explain the meaning of each of the transaction levels supported by SQL Server.

3. Explain the difference among the simple, full, and bulk-logged recovery models.

4. What is the difference between clustered and nonclustered indexes?

5. What triggers does SQL Server support?

Purchase this Solution

Solution Summary

Database Management is highlighted. The difference between complete and differential backups are determined.

Solution Preview

1. What is the difference between complete and differential backups?

A complete backup makes a copy of the entire database. A differential backup makes a copy of the changes that have been made to the database since the last complete backup. A complete backup must be made before the first differential backup. Because differential backups are faster, they can be taken more frequently and the chance of data loss is reduced. Complete backups take longer but are slightly simpler to use for recovery.

2. Explain the meaning of each of ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.