Question : How import a table as excel file in Microsoft SQL Server Management Studio Express?
I really need to just export a table as an excel because trying to do it manually by just copy/pasting is kind of painstaking and I have a lot of table to export… Any help would be greatly appreciated.

P.S.
I am not that familiar with the tool that I’m using. Already tried to explore on the applications but I can’t seem to find an option to export a table and I did search the net but seems they will use BCP to export table.

Thanks.
server management

Best answer:

Answer by doug a
Do you have installed the BIDS part of the SQL package installed?

(Business Intelligence Development Studio)

This is the part of SQL that allows you to import data.