Create a queue on each database with the ACTIVATION argument set to DataManager dbo processReport.
Create a conversation between the databases by using the following Statement BEGIN DIALOG FROM SERVICE ’ProcessReport’ TO SERVICE ’SendResult’
Create a contract between the services by using the following statement.CREATE CONTRACT processData (ProcessReport SENT BY INITIATOR,SendResult SENT BY TARGET)
Create services for each database by using the following statement.CREATE SERVICE DataManager on QUEUE ProcessReport
第1题:
A.
B.
C.
D.
第2题:
You have recently completely creating a new application for Certkiller .com.This new application has to load an instance of the Inventory class from a large file named Inventory.dat.You need to ensure that the application executes the loading process in as little time as possible.What should you do?()
A.
B.
C.
D.
第3题:
You work as an application developer at Certkiller .com. You are in the process of creating an application for Certkiller .com’s Human Resources department that tracks employee benefits. You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: <?xml version="1.0" encoding="utf-8" ?>
第4题:
You perform a security audit of a server named DC1. You install the Microsoft Network Monitor 3.0 application on DC1. You plan to capture all the LDAP traffic that comes to and goes from the server between 20:00 and 07:00 the next day and save it to the e:/data.cap file. You create a scheduled task. You add a new Start a program action to the task. You need to add the application name and the application arguments to the new action. What should you do?()
第5题:
You run a 16-bit scientific data analysis package on your Windows 2000 Professional computer. Thepackage consists of three components.The first component is a data acquisition application that monitors continuous data output fromscientific instruments. The second component is a data analysis application that receives data from thedata acquisition application by using shared memory. The third component is a data graphingapplication that displays the processed data in real time.The data analysis application communicates with the data graphing application by using OLE. When youattempt to analyze large data sets, your computer is not able to display data in real time. You install asecond processor in your computer. Only one processor is used while the package is running, even thoughtask manager shows both processors.You want your data analysis package to use both processors. What should you do?()
第6题:
Your company has an Active Directory Domain Services (AD DS) domain. You virtualize applications by using Microsoft Application Virtualization (App - V). You are creating an application virtualization package. Which sh ould you use?()
第7题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You use the ClickOnce deployment methodology to distribute the application. You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. Where should you store the application data?()
第8题:
Create a custom section handler class that inherits the ConfigurationSection interface.
Add a section element to the EmployeeSection element of the application configuration file.
Create a custom section handler class that implements the IConfigurationSectionHandler interface.
Add an EmployeeSection element to the configSections element of the application configuration file.
Create a custom section handler class that implements the IApplicatioSettingsProvider interface.
Add a section element to the configSections element of the application configuration file.
第9题:
In isolated storage.
On the database server.
In the ClickOnce data directory.
In the App.config file of the application.
第10题:
Configure the data acquisition application to run in its own virtual DOS machine (VDM).
Configure the data analysis application to run in its own virtual DOS machine (VDM).
Configure the data graphing application to run in its own virtual DOS machine (VDM).
Configure the virtual DOS machine for the data acquisition and data analysis applications to.have a hard affinity for processor 0. Configure the VDM for the data graphing application to.have a hard affinity for processor1.
Configure the virtual DOS machine for the data acquisition to have a hard affinity for processor 0. Configure the VDM for the data graphing application to have a hard affinity for processor1.
第11题:
Implement parameterized Transact-SQL queries in the application.
Implement Transact-SQL stored procedures in the database.
Implement CLR stored procedures in the database.
Implement distributed Web services.
第12题:
Symmetric key encryption
Asymmetric key encryption
Certificate-based encryption
Transparent data encryption
第13题:
A.
B.
C.
D.
第14题:
You want the size of the tablespace to increase when it is full. Which option would you use?()
第15题:
You are a database administrator for your company. The company uses a vendor company’s application that is based on a proprietary database. You query data from the application database and import the data into a SQL Server 2005 database. The application vendor provides you with a new OLE DB driver to be used when querying the application database. Company policy prohibits connections between the SQL Server database and the application database, except when querying this data. You need to provide a way to query data from the application database. What should you?()
第16题:
You have a Web application that is configured for personalization. You need to access personalization data from one of the pages of the Web application by using the minimum amount of administrative effort. What should you do? ()
第17题:
You are a professional level SQL Sever 2008 Database Administrator in an international corporation named Wiikigo. You are experienced in managing databases in an enterprise-level organization, optimizing and sustaining the database life cycle. In the company, your job is to implement solutions on security, troubleshooting, deployment and optimization. A SQL Server 2008 instance is managed by you. A database is utilized by the instance, and the database is utilized by a Web-based application. 15,000 transactions are processed by the application every minute. A column is contained by a table in the database, and the column is utilized only by the application. Sensitive data is stored in this column. The sensitive data should be stored with the highest security level. In addition, the least amount of memory space and processor time should be utilized. From the following four encryption types, which one should you utilize?()
第18题:
You are creating a Windows Forms application by using the .NET Framework 3.5 The application is used by a financial service provider.You discover that the service provider transfers large amounts of data by using XML.You need to read and validate the XMLdocuments in the most time efficient manner.Which technology should you use?()
第19题:
You work as an application developer at Cer-Tech.com.You are in the process of creating an application for Cert-Tech.com’s Human Resources department that tracks employee benefits You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: What should you do?()
第20题:
use automatic extent allocation
disable threshold for the tablespace
use freelists to manage the free space
use automatic segment space management
create the tablespace as a bigfile tablespace
use the RESIZE clause while creating the tablespace
enable AUTOEXTEND for at least one of the data files in the tablespace
第21题:
The XmlReader class
The XmlDocument class
The XmlResolver class
The LINQ to XML method
第22题:
Add an XML index to the table that contains the product data.
Add the XSINIL argument to the ELEMENTS directive in the query.
Add a HAVING clause to the query.
Add the replace value of clause to the query.
第23题:
Implement parameterized Transact-SQL queries in the application.
Implement Transact-SQL stored procedures in the database.
Implement CLR stored procedures in the database.
Implement distributed Web services.