Which utilities can we use to export data from sql server to a text file?
Which utilities can we use to export data from sql server to a text file? Correct Answer DTS export wizard and BCP
The bcp utility bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format.