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

REPEATABLE READ
READ COMMITTED
SERIALIZABLE
READ UNCOMMITTED

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

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

ANSWER DOWNLOAD EXAMIANS APP