Exam 10: A: Managing Databases With SQL Server 20012

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

Describe the database files that are automatically created when a new database is created in SQL Server.

(Essay)
4.8/5
(26)

The default cursor concurrency setting for a static cursor in SQL Server is ________.

(Multiple Choice)
4.7/5
(28)

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

(True/False)
4.7/5
(37)

To use an SQL Server reserved word as a user identifier,it must be enclosed in square brackets [ ].

(True/False)
4.9/5
(39)

SQL Server automatically creates an index on primary key fields only.

(True/False)
4.8/5
(34)

In SQL Server,it is not possible to make dirty reads.

(True/False)
4.9/5
(38)

SQL Server bulk-logged recovery differs from other log-based recovery methods because it does not include log entries for changes that cause large log entries.

(True/False)
4.9/5
(37)

For triggers on insert and update actions,the new column values are stored in ________.

(Multiple Choice)
4.9/5
(26)

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

(True/False)
4.9/5
(33)

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

(True/False)
4.8/5
(28)

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

(True/False)
4.9/5
(29)

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
(34)

SQL Server tables can be created and modified using ________.

(Multiple Choice)
4.7/5
(37)

When you use the Microsoft SQL Server Management Studio to run and rerun a set of SQL Server DBMS commands stored in a text file,the stored procedure must start with CREATE PROCEDURE.

(True/False)
4.9/5
(31)

When reviewing a table in the SQL Server GUI tools,which property should be set to "Yes" to indicate that the column is a surrogate key for which SQL Server should automatically supply values?

(Multiple Choice)
4.8/5
(32)

SQL Server supports three recovery models: simple,complex and bulk logged.

(True/False)
4.8/5
(39)

SQL Server automatically makes determinations of whether or not to promote or demote a lock.

(True/False)
4.9/5
(22)

Discuss the Microsoft PowerShell utility.

(Essay)
4.7/5
(30)

Locking hints included in an SQL statement will override locking behavior based on explicit transaction isolation level statements.

(True/False)
4.8/5
(43)

One means of processing an SQL Server database is to save groups of SQL Server DBMS commands in a text file and then process this file in the Microsoft SQL Server Management Studio.

(True/False)
4.9/5
(28)
Showing 21 - 40 of 100
close modal

Filters

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