InterviewSolution
Saved Bookmarks
| 1. |
Which utilities can we use to export data from sql server to a text file?(a) DTS export wizard(b) BCP(c) ISQL(d) DTS export wizard and BCPI had been asked this question during an internship interview.This key question is from Transformation of Relational Expressions topic in chapter Query Processing Techniques of Database Management |
|
Answer» RIGHT choice is (d) DTS export wizard and BCP Easy explanation - The bcp utility BULK COPIES data between an instance of Microsoft SQL Server and a data file in a user-specified FORMAT. |
|