SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 What mode of authentication does SQL Server NOT provide? Mixed security Windows-only security Both SQL Server and Windows-only security SQL Server only security Mixed security Windows-only security Both SQL Server and Windows-only security SQL Server only security ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: be stored on the users' computer be kept within the database and invoked by application programs support BEFORE, INSTEAD OF and AFTER types never be kept within the database be stored on the users' computer be kept within the database and invoked by application programs support BEFORE, INSTEAD OF and AFTER types never be kept within the database 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model are all database changes logged? Full recovery Simple recovery Differential recovery Bulk-logged recovery Full recovery Simple recovery Differential recovery Bulk-logged recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports INSTEAD OF, AFTER and BEFORE triggers. False True False True ANSWER DOWNLOAD EXAMIANS APP