﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 General Discussion  / Can DatabaseMail attach a formatted Excel file / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 07:59:01 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Can DatabaseMail attach a formatted Excel file</title><link>http://www.sqlservercentral.com/Forums/Topic1416224-149-1.aspx</link><description>please don't cross post[url]http://www.sqlservercentral.com/Forums/Topic1416223-392-1.aspx[/url]</description><pubDate>Tue, 05 Feb 2013 23:19:51 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>Can DatabaseMail attach a formatted Excel file</title><link>http://www.sqlservercentral.com/Forums/Topic1416224-149-1.aspx</link><description>my queryUSE [AP_ECC]GO/****** Object:  StoredProcedure [dbo].[ap_ecc_Mail_for_statuslog]    Script Date: 02/06/2013 11:03:01 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER procedure [dbo].[ap_ecc_Mail_for_statuslog] asEXEC msdb.dbo.sp_send_dbmail@recipients=N'internal@zeroone.com',@body='Hi Team, Please find attached the status log for today.Please check the status .Regards,Reporting team',@subject ='Status Log for Today',@profile_name ='Status HDS A',@query ='SELECT [TableName]      ,[DateLastRun]      ,[StartTimeStamp]      ,[EndTimeStamp]      ,[StatusLastRun]  FROM [ICMRPTSVR].[ICMRPTDB].[dbo].[icmrptdb_statuslog]',@attach_query_result_as_file = 1,@query_attachment_filename ='Status_Log.txt' my query is attaching txt file i want it as excel type</description><pubDate>Tue, 05 Feb 2013 21:23:46 GMT</pubDate><dc:creator>sandosh.star</dc:creator></item></channel></rss>