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

OPTIMISTIC
READ_ONLY
PESSIMISTIC
SCROLL_LOCK

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

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

ANSWER DOWNLOAD EXAMIANS APP