• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
070 - 229
Leading the way in IT testing and certification tools,www.testking.com
 - 1 -
 
070-229
Designing and Implementing Databases withMicrosoft SQL Server 2000Enterprise Edition
Version 1
 
070 - 229
Leading the way in IT testing and certification tools,www.testking.com
 - 2 -
 Important Note Please Read Carefully
This product will provide you questions and answers along with detailed explanations carefully compiled andwritten by our experts. Try to understand the concepts behind the questions instead of just cramming thequestions. Go through the entire document at least twice so that you make sure that you are not missinganything.We are constantly adding and updating our products with new questions and making the previous versionsbetter so email us once before your exam and we will send you the latest version of the product.Each pdf file contains a unique serial number associated with your particular name and contact information forsecurity purposes. So if we find out that particular pdf file being distributed by you. Testking will reserve theright to take legal action against you according to the International Copyright Law. So don’t distribute this PDFfile.
 
070 - 229
Leading the way in IT testing and certification tools,www.testking.com
 - 3 -
Q. 1You are a database developer for A Datum Corporation. You are creating a database that will storestatistics for 15 different high school sports. This information will be used by 50 companies that publishsports information on their web sites. Each company's Web site arranges and displays the statistics in adifferent format.You need to package the data for delivery to the companies. What should you do?
A.
 
Extract the data by using SELECT statements that include the FOR XML clauseB.
 
Use the sp_makewebtask system stored procedure to generate HTML from the data returned bySELECT statementsC.
 
Create Data Transformation Services packages that export the data from the database and place thedata into tab-delimited text filesD.
 
Create an application that uses SQL_DMO to extract the data from the database and transform the datainto standard electronic data interchange (EDI) files
Answer: A.Explanation:
SQL queries can return results as XML rather than standard rowsets. These queries can beexecuted directly or from within stored procedures. To retrieve results directly, the FOR XML clause of theSELECT statement, is used. Within the FOR XML clause an XML mode can be specified. These XML modesare: RAW, AUTO, or EXPLICIT.
Incorrect answers:B:
The sp_makeweb stored procedure is used to return results in HTML format rather than as standardrowsets
C:
A tab-delimited file can be analyzed in any spreadsheet supporting tab-delimited files, such as MicrosoftExcel.
D:
SQL-DMO is short for SQL Distributed Management Objects and encapsulate the objects found in SQLServer 2000 databases. It allows applications written in languages that support Automation or COM toadminister all parts of a SQL Server installation, i.e. it is used to create applications that can performadministrative duties.
Q. 2You are a database developer for a mail order company. The company has two SQL Server 2000computers named CORP1 and CORP2. CORP1 is the online transaction processing server. CORP2stores historical sales data. CORP2 has been added as a linked server to CORP1.The manger of the sales department asks you to create a list of customers who have purchased floppydisks. This list will be generated each month for promotional mailings. Floppy disks are representativesin the database with a category ID of 21
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...