SQL Server 2000 – General Questions

1. With which type of SQL Server recovery model are all database changes logged except those that cause large log entries?

A. Differential recovery
B. Full recovery
C. Simple recovery
D. Bulk-logged recovery

Correct Answer:  D. Bulk-logged recovery

2. Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?

A. #
B. %
C. &
D. @

Correct Answer:  D. @

3. What mode of authentication does SQL Server NOT provide?

A. Windows-only security
B. Both SQL Server and Windows-only security
C. Mixed security
D. SQL Server only security

Correct Answer:  D. SQL Server only security

4. The strictest transaction isolation level provided by SQL Server is called:

A. REPEATABLE READ.
B. SERIALIZABLE.
C. READ COMMITTED.
D. READ UNCOMMITTED.

Correct Answer:  B. SERIALIZABLE.

5. SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):

A. INSTEAD OF trigger.
B. BEFORE trigger.
C. AFTER trigger.
D. BEGIN trigger.

Correct Answer:  A. INSTEAD OF trigger.

Leave A Comment?

15 + 18 =