【导读】
不凡考网发布微软认证证书2022冲刺密卷解析(05.09)相关信息,更多微软认证证书2022冲刺密卷解析(05.09)的相关资讯请访问不凡考网计算机类考试频道。
1. [单选题]You are the administrator of two SQL Server 2000 computers. One of these servers contains a 4-GB database named marketing. You want to remove the marketing database from one server and add it to the other as quickly as possible.What should you do?
A. Detach the database from the original server by using the sp_detach_db stored procedure. Copy the database and the transaction log files to the new server, and attach them by using the sp_attach_db stored procedure.
B. Use the DTS export wizard to transfer all database objects from the original server to the new server. Drop the database from the original server.
C. Run a full backup of the database on the original server. Create a new database named marketing on the new server. Restore the backup in the new marketing database. Drop the database from the original server.
D. Shut down the original server. Copy the database and the transaction log files to the new server. Use the DISK INIT and DISK REFIT statements to attach the data file to the new server. Drop the database from the original server.
2. [单选题]You need to install Windows 2000 Professional on a new computer in your network. You use the setup manager wizard to configure a fully automated installation script. file. You begin an unattended installation and leave the office.When you return, the installation has reached the GUI-mode setup and you see the following error message "Unattended setup is unable to continue because a setup parameter specified by your system administrator or computer manufacturer is missing or invalid."
A. You need to complete the installation. What must you do?
B. In the unattended section of the answer file, set theOemPreinstallproperty to Yes.
C. In the NetBinding section of the answer file, specify theEnablevariable.
D. In the UserData section of the answer file, specify theProductIDvariable
E. In the GUIUnattended section of the answer file set theOemSkipWelcomeproperty to 1.