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 Simple recovery Bulk-logged recovery Differential recovery Full recovery Simple recovery Bulk-logged recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on: foreign key only primary keys only SQL Server never automatically creates an index both primary and foreign keys foreign key only primary keys only SQL Server never automatically creates an index both primary and foreign keys ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 An SQL Server 2000 language that adds programming elements like parameters, variables, IF, WHILE loops, and so forth, to the basic capabilities of SQL is called: Visual Basic COBOL NET TRANSACT SQL V Visual Basic COBOL NET TRANSACT SQL V ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Transaction isolation level Cursor concurrency setting Lock level Locking hints Transaction isolation level Cursor concurrency setting Lock level Locking hints ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SERIALIZABLE is the strictest isolation level. False True False True ANSWER DOWNLOAD EXAMIANS APP