SQL Server 2000 SQL Server 2000 stored procedures can: 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 be stored on the users' computer be kept within the database and invoked by application programs never be kept within the database ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports three recovery modes: simple, full and Bulk. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports INSTEAD OF, AFTER and BEFORE triggers. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. SCROLL_LOCK PESSIMISTIC OPTIMISTIC READ_ONLY SCROLL_LOCK PESSIMISTIC OPTIMISTIC READ_ONLY ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 What mode of authentication does SQL Server NOT provide? Windows-only security SQL Server only security Both SQL Server and Windows-only security Mixed security Windows-only security SQL Server only security Both SQL Server and Windows-only security Mixed security ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger ANSWER DOWNLOAD EXAMIANS APP