CSE :: Database System 2 - CS
- With which type of SQL Server recovery model are all database changes logged except those that cause large log entries?
- Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?
- What mode of authentication does SQL Server NOT provide?
- The strictest transaction isolation level provided by SQL Server is called:
- SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):
- Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?
- Which of the three possible types of triggers does SQL Server support?
- Which of the following is a way to create and modify tables using SQL Server?
- With which type of SQL Server recovery model, is no logging done?
- SQL Server 2000 stored procedures can: