exam questions

Exam 70-462 All Questions

View all questions & answers for the 70-462 exam

Exam 70-462 topic 2 question 64 discussion

Actual exam question from Microsoft's 70-462
Question #: 64
Topic #: 2
[All 70-462 Questions]

DRAG DROP -
You administer a Microsoft SQL Server 2012 database. The database contains two tables named Table A and Table B.
You perform an import and export operation by using the following steps in sequence, as shown in the exhibit. (Click the Exhibit button.)

Load data from a third-party database to Table A. Insert a subset of records from Table A to Table B. Export the data from Table B to a flat file.
You also create a format file for the data export.
You need to choose the correct command or tool for each task. You need to ensure that each task is performed efficiently.
Which command(s) or tool(s) should you use? (To answer, drag the appropriate command(s) or tool(s) to their corresponding task or tasks in the answer area.
Answer choices may be used once, more than once, or not at all. Answer targets may be used once or not at all. Additionally, you may need to drag the split bar between panes or scroll to view content.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Varad
Highly Voted 5 years, 10 months ago
In short: – Load data -> Insert..Select..OPENROWSET – Insert subset… -> INSERT..SELECT – Export data…-> BCP – Create format file…-> BCP
upvoted 6 times
...
Varad
Highly Voted 5 years, 10 months ago
Load data from third-party database to Table A: INSERT…SELECT…OPENROWSET (https://msdn.microsoft.com/en-us/library/ms190312.aspx) Insert subset of records from Table A to Table B: INSERT…SELECT (https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4e7a43e3-428c-4a0d-94ee-b49b3270fe25/difference-between-select-into-and-insert-select?forum=transactsql) Export data from Table B to flat file: BCP (https://msdn.microsoft.com/en-us/library/ms162802.aspx) Create format file for data export: BCP (https://msdn.microsoft.com/en-AU/library/ms191516.aspx)
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...