logo

CuriousTab

CuriousTab

Discussion


Home Certification Microsoft Certification Comments

  • Question
  • You are the administrator of a SQL Server 2000 computer named CorpSQL. The server is a member of a Microsoft Windows NT domain named CORPORATE. Franz maintains a local user account on CorpSQL and is a member of the local Power Users group. He requests access to the SQL Server databases that are stored on CorpSQL.You need to allow Franz to access CorpSQL. Which Transact-SQL statement should you execute?


  • Options
  • A. EXEC sp_grantlogin CorpSQL\Franz
  • B. EXEC sp_grantlogin Franz
  • C. EXEC sp_grantlogin [Power Users\Franz]
  • D. EXEC sp_grantlogin CORPORATE\Franz

  • Correct Answer
  • EXEC sp_grantlogin CorpSQL\Franz 


  • Microsoft Certification problems


    Search Results


    • 1. You are the administrator of a SQL Server 2000 computer. Your company uses the server to store service contract information for its customers. You are also the administrator of an Oracle relational database management system (RDBMS) server. This server is used to store your company's financial information. The financial information is updated frequently throughout the day.You need to create a series of reports that combine the service contract information and the financial information. These reports will be updated several times a day.You want to create these reports on the SQL Server computer by using the minimum amount of disk space. What should you do?

    • Options
    • A. Set up SQL Server replication to replicate the data from the Oracle server to the SQL Server computer.
    • B. Set up the Oracle server as a linked server. Create a view that joins the service contract information and the financial information.
    • C. Set up a Microsoft ActiveX script that connects to the Oracle server and imports the financial information into a SQL Server temporary table. Create a view that joins the service contract information and the temporary table.
    • D. Set up a Data Transformation Services (DTS) package that imports and transforms the data from the Oracle server to the SQL Server computer. Use SQL Server Agent to execute the DTS package throughout the day as needed.
    • Discuss
    • 2. You are the administrator of eight SQL Server 2000 computers. You configure alerts on each server so that various problem conditions will be reported if they occur.You create 20 operators on one of the servers. You configure these operators by using the e-mail and pager contact information for the employees in your department. You configure the alerts on the server to send e-mail messages and pager messages to the appropriate operators.You need to configure the same 20 operators on the other seven servers. You want to do this with a minimum amount of administrative time.What should you do?

    • Options
    • A. Use SQL Server Enterprise Manager to script all of the operators. Use SQL Query Analyzer to run the script on the other seven servers.
    • B. Detach the msdb database from the first server. Copy the database to the other seven servers. Attach the database on all eight servers.
    • C. Use snapshot replication to replicate the msdb database from the first server to the other seven servers.
    • D. Use SQL ServerEnterprise Manager on a single client computer to create the operators on each server.
    • Discuss
    • 3. You are the database administrator of a SQL Server 2000 computer. The server contains your company's Accounts database. Hundreds of users access the database each day.Because you have had power interruptions in the past, you want to protect the physical integrity of the Accounts database. You do not want to slow down server operations.What should you do?

    • Options
    • A. Create a database maintenance plan to check database integrity and make repairs each night.
    • B. Enable the torn page detection database option for each database.
    • C. Disablewrite caching on all disk controllers.
    • D. Ensure that write caching disk controllers have battery backups.
    • Discuss
    • 4. You are an administrator of a SQL Server 2000 computer. The server contains a database that stores inventory data. Another database administrator has created a number of scheduled jobs to maintain the inventory database. Each weeknight the following jobs occur. - A BULK INSERT job imports data at 10:00 P.M - Indexes are rebuilt at 10:15 P.M - Data integrity checks are performed at 10:30 P.M - A differential backup is performed at 10:45 P.M - A DBCC SHRINKDATABASE job runs at 11:00 P.M. You notice that the final job often fails and returns the following error message: "Server: Msg 3140, Level 16, State 3. Could not adjust the space allocation for file 'inventory_data'."You need to ensure that the final job runs without errors. What should you do?

    • Options
    • A. Modify the DBCC SHRINKDATABASE job so that it uses DBCC SHRINKFILE statement to shrink each file individually.
    • B. Create a new DBCC SHRINKFILE job to shrink the inventory_data file. Schedule the new job to run at the same time as the DBCC SHRINKDATABASE job.
    • C. Increase the time between the differential backup and the DBCC SHRINKDATABASE job.
    • D. Increase the time between the data integrity checks and the differential backup.
    • Discuss
    • 5. You are the administrator of a Microsoft Windows NT Server 4.0 computer. The server is the PDC in your domain and also runs SQL Server 2000. The server has four processors and 1 GB of RAM.Your network consists of 500 client computers that are running Microsoft Windows Millennium Edition. Users report that when they log on in the morning their computers respond slowly and occasionally return error messages.You use System Monitor to monitor processor performance and RAM utilization. You discover that the % Total Time and % User Time counters average 90 percent and the % Privileged Time counter averages 20 percent. The Available Mbytes counter averages 800 MB. You need to improve server performance for user logons. What should you do?

    • Options
    • A. Increase the physical RAM on the computer to 2 GB.
    • B. Increase the virtual RAM on the computer to 4 GB.
    • C. Configure SQL Server to use only processors 0, 1, and 2.
    • D. Configure SQL Server to use only processors 1, 2, and 3.
    • Discuss
    • 6. You have a Windows NT 4.0 Workstation computer with an NTFS file system that you use for software development. As your company upgrades their systems to Windows 2000, you will need to be able to test applications in both the Windows NT Workstation environment and the Windows 2000 environment. You decide that the easiest course of action would be to install Windows 2000 Professional in a dual boot environment with Windows NT 4.0 Workstation on your computer. What should you do before installing Windows 2000 Professional?

    • Options
    • A. Edit the BOOT.INI file to reflect the new installation of Windows 2000 Professional.
    • B. Install Service Pack 3 or later for Windows NT Workstation 4.0.
    • C. Install Service Pack 4 or later for Windows NT Workstation 4.0.
    • D. Convert the NTFS file system to FAT.
    • Discuss
    • 7. A manager in your office received a new Windows 2000 Professional laptop computer. You have been asked to configure offline files for the manager to work on documents at home. You enable offline files, and have the manager log off of the network. During the logoff process, the expected synchronization of offline files does not occur. You have the manager log back on to the network. What can you do to correct the problem?

    • Options
    • A. Enable file and print sharing. When the manager logs off, the files will synchronize.
    • B. Manually synchronize all offline files.
    • C. On the server, make all files available offline. When the manager logs off, the files will synchronize.
    • D. Do nothing. Windows 2000 Professional does not tell you when Synchronization happens.
    • Discuss
    • 8. The president of your company collects manager's weekly reports in a shared folder on her Windows 2000 Professional computer called reports. Because the reports contain sensitive information, she asks you to prevent users from enabling offline access for the network share that contains the financial report. What should you do?

    • Options
    • A. Use Windows Explorer to disable Offline Files.
    • B. Use Windows Explorer to disable Caching for the reports on the network share.
    • C. Set the Manager's access level to read-only.
    • D. Implement a domain policy to block the synchronization of offline files.
    • Discuss
    • 9. As part of trouble shooting errors in a VPN connection, what logs must be checked?

    • Options
    • A. IPSec logging
    • B. Event viewer
    • C. VPNSec Log
    • D. All of above
    • Discuss
    • 10. You have installed a Windows Server 2003 DNS server, but because of security reasons, you have to install this behind a firewall. What port on the firewall must be opened so that users can access the server?

    • Options
    • A. IP and UDP port 42
    • B. UDP and TCP port 53
    • C. TCP 53 but not UDP
    • D. PPTP and UDP 21
    • Discuss


    Comments

    There are no comments.

Enter a new Comment