Direct Query Excel Export

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
idem84
Posts: 51
Joined: Thu 04 Apr 2013 19:12

Direct Query Excel Export

Post by idem84 » Tue 03 Feb 2015 18:05

Any suggestions to export a query directly to Excel with a lot of records (500,000) (without showing them first in grid) because I'm having performance problems (ram,time)
Similar to "results to file" in Microsoft Management Studio
Thanks in advance!

alexa

Re: Direct Query Excel Export

Post by alexa » Wed 04 Feb 2015 15:58

You can create a view based on the query the result of which you want to export, then right-click the view in Database Explorer, select 'Export Data...' and complete the wizard.

Post Reply