SQL Server Procedure to Export Query result to Excel

I recently created these SQL Server 64 bit Procedure to help export query result to existing excel enjoy USE [devdb] GO /****** Object: StoredProcedure [dbo].[exportquery2excel] Script Date: 11/14/2014 4:01:12 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO — ============================================= — Author: Indradhi Nugraha Mulyanto — Create date: 15/11/2014 16:02 — Description: Export QueryContinue reading “SQL Server Procedure to Export Query result to Excel”