Question : SQL:  Export Data From Table to Excel

I am looking for a way to copy 4 fields from a table in my SQL server to an excel spread sheet.  

tblSysInfo
------------
HostName
ADSPath
LastLogon
WSFlag

Any pointers in the right direction would be helpful.

Thanks ;-D

Answer : SQL:  Export Data From Table to Excel

right click the database (not the table) in management studio,  and select export.  From there, there will be a wizard to guide you through the process.  select Excel as your destination, and then you can enter your query (instead of the whole table) to export the data rows.
Random Solutions  
 
programming4us programming4us