SQL Server 2000 With which type of SQL Server recovery model are all database changes logged except those that cause large log entries? Differential recovery Full recovery Bulk-logged recovery Simple recovery Differential recovery Full recovery Bulk-logged recovery Simple recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Better security occurs if Windows-only authentication is selected. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server optimistic locking, an update lock is placed on the row when the row is read. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on: SQL Server never automatically creates an index foreign key only primary keys only both primary and foreign keys SQL Server never automatically creates an index foreign key only primary keys only both primary and foreign keys ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read? REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP