Hi,
Is there a way to extract/import the output of a query made in SSMS (MS SQL Management Studio) into excel using vba?
Basically, I am pulling data from different databases using an innerjoin statement. Then I need to move the output into excel in order to complete my analysis. I was wondering if there was a way to import that output to excel.
Thanks,