I need to export data, from within a Sql SERVER stored procedure to excel. Right now we use access 2003.The procedure has selected from 2 temporary table which joined with other views in our database.This cause problems while i'm trying export data to excel.I had defined another temporary table and insert whole result into it and then select just from that.This solve my problem but my boss refuse to do this(for any reason that i dont know)so I have to find another way.
any ideas?
any ideas?
Comment