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

READ UNCOMMITTED
SERIALIZABLE
REPEATABLE READ
READ COMMITTED

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

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

ANSWER DOWNLOAD EXAMIANS APP