Monday, March 26, 2012

Export data from SELECT statement

Hello,

I have a SELECT statement which returns a result, depending on the selection the users make (application written in Visual Basic 2005). I want to export the result of the SELECT statement to a Excel file (.csv, or .txt). How should I proceed?
Are you using SSIS? Can't you just write out the data from the VB application?

No comments:

Post a Comment