SQL Server 2000 With which type of SQL Server recovery model are all database changes logged except those that cause large log entries? Simple recovery Differential recovery Full recovery Bulk-logged recovery Simple recovery Differential recovery Full recovery Bulk-logged recovery 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 never be kept within the database support BEFORE, INSTEAD OF and AFTER types be stored on the users' computer be kept within the database and invoked by application programs never be kept within the database support BEFORE, INSTEAD OF and AFTER types ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Lock level Cursor concurrency setting Locking hints Transaction isolation level Lock level Cursor concurrency setting Locking hints Transaction isolation level ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: READ UNCOMMITTED REPEATABLE READ READ COMMITTED SERIALIZABLE READ UNCOMMITTED REPEATABLE READ READ COMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP