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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export database table into a Excel ark ?

Status
Not open for further replies.

6291941

Technical User
Sep 23, 2007
4
NO
Hi,


Have a little question regarding moving data from a database table to an Excel ark.

Is there any SQL statement you can use to do that ? Export att whole table with it´s columns and data.

The columns in the excel ark (A1, B1, C1, D1 etc) are gonna be replaced with the columns in the database table (id, name, city etc)

Or maybe you can choose the columns you wish to export ?

I´m using the Interactive SQL in Sybase.

Best Regards
Magnus

 
Sybase and SQL Server are not the same, I would suggest you ask this question in the sybase forum. In Sql Server you would use DTS or ssis to export to Excel which clearly won't work in Sybase as those tools are native to SQL Server.

"NOTHING is more important in a database than integrity." ESquared
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top