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

REPEATABLE READ
READ COMMITTED
READ UNCOMMITTED
SERIALIZABLE

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

ANSWER DOWNLOAD EXAMIANS APP