I am needing to transfer a table I have in a SQL database to excel spreadsheet programatically. I know I can export it out of the database through the enterprise manager, but I need to do it through my program.
I can do it through VB, but it is kind of slow. What I would really like to do,is be able to do the transfer through a stored procedure, but I have been unable to find any way to do that.
Anyone's thoughts would be appreciated.
Thanks
I can do it through VB, but it is kind of slow. What I would really like to do,is be able to do the transfer through a stored procedure, but I have been unable to find any way to do that.
Anyone's thoughts would be appreciated.
Thanks