You could perhaps use IMEX to export to CSV on the server then just download it ie the following SQL (should - not tested) dump the member names and email addresses into a text file called Export.CSV on the server
SELECT M_NAME, M_EMAIL INTO [TEXT;HDR=YES;Database=" & Server.MapPath("/") & ";IMEX=4;].Export.CSV FROM FORUM_MEMBERS