单项选择题

A.Specify StateProvince, Surname, and FirstName in the ORDER hint in the bcp out command.
B.Create a format file for the export operation.
C.Specify StateProvince, Surname, and FirstName in the ORDER BY clause in the bcp queryout command.
D.Copy the data into a new table that has a clustered index on StateProvince,Surname,and FirstName. Export the data.

相关考题

单项选择题 You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()

单项选择题 You are responsible for importing data into SQL Server 2005 databases.Your department is starting to receive text files that contain sales transactions from stores across the country. Columns in the data are separated by semicolons.You need to import the files into the sales database. What should you do?()

单项选择题 A support engineer reports that inserting new sales transactions in a SQL Server 2005 database results in an error. You investigate the error. You discover that in one of the databases, a developer has accidentally deleted some data in a table that is critical for transaction processing. The database uses the full recovery model. You need to restore the table. You need to achieve this goal without affecting the availability of other data in the database. What should you do?()