SQL Server 2000
The strictest transaction isolation level provided by SQL Server is called:

REPEATABLE READ
READ UNCOMMITTED
READ COMMITTED
SERIALIZABLE

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

be stored on the users' computer
support BEFORE, INSTEAD OF and AFTER types
be kept within the database and invoked by application programs
never be kept within the database

ANSWER DOWNLOAD EXAMIANS APP