Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

export data

Status
Not open for further replies.

msalvador

Programmer
Joined
Nov 13, 2001
Messages
33
Location
IT
Hi!
there are any tools to export data from a table to a flat file.
Data must be sql strings like

insert into co_plu values(1,1,1)
insert into co_plu values(2,1,1)
insert into co_plu values(3,1,1)
etc...
thanks


 
You could use a BCP. I always use BCP to export the results of a query to a text file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top