Jan 8, 2002 #1 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
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
Jan 8, 2002 #2 DirtyB Programmer Joined Mar 13, 2001 Messages 159 Location US You could use a BCP. I always use BCP to export the results of a query to a text file. Upvote 0 Downvote
Jan 8, 2002 #3 RickCole Technical User Joined May 9, 2001 Messages 349 Location GB The following link might be helpfull to you: http://www.windows2000faq.com/Articles/Index.cfm?ArticleID=14379 Rick. Upvote 0 Downvote
The following link might be helpfull to you: http://www.windows2000faq.com/Articles/Index.cfm?ArticleID=14379 Rick.