You are employed as a developer at ABC.com. ABC.com makes use of SQL Server 2000
databases in their environment.
You are in the process of creating a new program for ABC.com using C#. The program must be
configured to read data from a ABC.com database on a nightly basis. Thereafter, the data must be
written to a flat file that must be sent to a ABC.com vendor.
You want to make sure that the data is returned minimum effect on the server, while enhancing
operations.
What is the option you should use?
A.
You should consider making use of the DataView class.
B.
You should consider making use of the StreamReader class.
C.
You should consider making use of the SqlDataReader class.
D.
You should consider making use of the BinaryWriter class.
C.