Exam 10: Managing Databases With SQL Server 2008 R2

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Stored procedures and triggers in SQL Server may become confused while executing stored procedures and triggers when SQL Server special words such as TRANSACTION appear as table or other names,even if they are enclosed in square brackets [ ].

(True/False)
4.9/5
(29)

In SQL Server,a interactive backup makes a copy of the changes that have been made since the last time a backup of the entire database was made.

(True/False)
4.8/5
(44)

Briefly explain the different SQL Server recovery models.

(Essay)
4.7/5
(41)

When viewing a table in the GUI tools table design window in SQL Server,the notation that should supply the values for a surrogate key is that the Identity property of that column is set to "Yes."

(True/False)
4.9/5
(35)

SQL Server supports AFTER and INSTEAD OF triggers,but not BEFORE triggers.

(True/False)
4.9/5
(32)

SQL Server supports three types of indexes: clustered,unclustered,and random.

(True/False)
4.9/5
(35)

The recommended SQL Server security is Windows-only security.

(True/False)
4.9/5
(34)

SQL Statements can be submitted to SQL Server from the Microsoft SQL Server Management Studio.

(True/False)
4.9/5
(37)

Which type of backup in SQL Server will create a backup of the entire database?

(Multiple Choice)
4.8/5
(33)

SQL Server system functions start with the symbol ________.

(Multiple Choice)
4.9/5
(29)

With SQL Server,the clustered index is faster for data retrieval.

(True/False)
4.9/5
(35)

In SQL Server,a differential backup makes a copy of the entire database.

(True/False)
4.7/5
(39)

When using SQL Server,developers place explicit locks.

(True/False)
4.8/5
(36)

The default cursor concurrency for a dynamic cursor in SQL Server is optimistic.

(True/False)
4.8/5
(44)

When recovering a database in SQL Server,it is possible to process the log to a particular point in time or to a transaction mark.

(True/False)
4.9/5
(32)

In SQL Server,insert and update triggers store old values in a pseudotable named deleted.

(True/False)
4.8/5
(34)

Discuss the Microsoft PowerShell utility.

(Essay)
4.9/5
(26)

What is the SQL CLR?

(Essay)
5.0/5
(32)

Which of the following is true about indexes in SQL Server?

(Multiple Choice)
4.8/5
(37)

Which of the following is a type of recovery model supported in SQL Server in which all database changes are logged?

(Multiple Choice)
4.8/5
(33)
Showing 81 - 100 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)