Q 1.) SQL Server 2000 can have up to .... simultaneous instances?
A. 1B. 2C. 5D. 8E. 16
Q 2.) What are the downsides of upgrading a SQL Server to SQL Server 2000?
A. Possible upgrade problemsB. Possible hardware/performance problemsC. No way of reversing the upgradeD. All of the aboveE. Both A and C are correct
Q 3.) You upgrade your SQL Server 6.5 database to SQL Server 2000. Your application which connects to the server is experiencing problems with NULL values being allowed. What should you do?
A. Get the application developer to rewrite the applicationB. Set the column rules to not allow NULL valuesC. Switch back to your SQL Server 6.5 boxD. Insist users make sure they enter all the data required
Q 4.) The MS Query tool is used for querying databases via....
A. SQL Server client toolsB. Office 97C. Office 2000D. Both A and B are correctE. Both B and C are correct
Q 5.) What Transact-SQL stored procedure will detach a database?
A. sp_remove_dbB. sp_detach_dbC. sp_detachdbD. DBCC DETACHDBE. DBCC DETACHDATABASE