Question : Converting MDF file to CSV

Dear EE Member
I got an MDF file with 75GB.  I don't know anthing about SQL.  For a long day, I was able to install MS SQL free trial version and MS SQL Management Studio Express.  Now, I am able to connect this MDF file to the SQL server.  But how do I export this file out into CSV format?  I don't see any export utility in the Management Studio Express.
Thank you.

Answer : Converting MDF file to CSV

there is no such tool in sql server management studio.
however, the command line tool bcp can:
http://www.cryer.co.uk/brian/sqlserver/howtoexportcsv.htm
Random Solutions  
 
programming4us programming4us