Dear All,
Could you please let me know how to Extract Query result to Excel sheet in SQL server,
My query is batch Job, so I need to keep all my query result in Excel sheet, Later I will do FTP.
Please suggest me is there any way to do in SQL Server.
Note :- Not using Result to File in Management studio, I need to know using any scripts in Sql
Example this is my Query :- Select * form Users where Createddate >= dateadd(day,datediff(day,1,GETDATE()),0).
This result should directly go to Excel sheet
Please help me
Suvendu Shekhar GiriPosted Jul 5, 2016, 9:28 AM
Munesh SharmaPosted Jul 4, 2016, 6:39 AM
Kumar AUPosted Jul 4, 2016, 6:34 AM
Munesh SharmaPosted Jul 4, 2016, 6:23 AM
alice yangPosted Jul 4, 2016, 5:25 AM