1. [单选题]You have 17GB of private files on drive D on your Windows 2000 Professional computer. You have shared the files as private_files. You do not want other users to see this share name in the browse list.You want all other share names to continue to appear in the browser list.What should you do?
A. Stop the computer browser service, and disable the startup state.
B. Change the comment for the share to hidden:Yes
C. Change the share name to private_files$.
D. Add a hidden entry to the HKLMSystem\currentcontrolset\services\larmanserver\shares\private_files registry value entry.
2. [单选题]You are the administrator of a SQL Server 2000 database. Using the default options configures the database. You drop indexes to facilitate a large import of data, and rebuild them after the import is complete.Users report that response times from a stored procedure have become slower. In the stored procedure, you examine the following code.
A. CREATE PROCEDURE GetCustomer
B. ( @CustomerID Int )
C. AS
D. SELECT FirstName, LastName, Address1, Address2, City,
E. State, Zip, MAX(PurchaseDate) AS LastPurchase
F. FROM Customers C
G. AddressID = C.AddressID
H. CustomerID
I. CustomerID = @CustomerID
J. GROUP BY FirstName, LastName, Address1, Address2, City, State, Zip
K. You want to improve the performance of the procedure by using the least amount of administrative effort. What should you do?
L. Recompile the stored procedure.
M. Update the database statistics.
N. Check the consistency of the database and repair errors.
O. Create a view and modify the stored procedure to use the view.
3. [多选题]You are the network administrator for Ezonexam.You are planning to upgrade Windows NT Server 4.0 computers to Windows 2000 Server. You want to perform. the upgrades by means of a distribution folder. You need to install a custom application as part of the upgrade.
A. You need to include the commands necessary so that the custom application is installed as part of the upgrade process.
B. What should you do? (Each correct answer presents part of the solution. Choose two)
C. Create a command file named Unattend.txt to install the application.
D. Create a command file named Cmdlines.txt to install the application.
E. Copy the command file to the \$OEM\$C\ subfolder under the i386 folder.
F. Copy the command file to the subfolder named \$OEM$ under the i386 folder.
G. Copy the command file to the subfolder named \$OEM$\textmode under the i386 folder.