SQL Server 2000
With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data.

READ_ONLY
PESSIMISTIC
SCROLL_LOCK
OPTIMISTIC

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

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

ANSWER DOWNLOAD EXAMIANS APP