Viewing 5 posts - 1 through 5 (of 5 total)
Hi All
Thanks a lot. I will now just check the same.
October 8, 2008 at 6:49 am
Hi Phillip
Thanx,
My server can not be the same from where I am running my procedure since it is being run from different location with separate SQL Server login.
What could be...
April 2, 2008 at 10:32 pm
Hi again,
Thanx Phillip
Yes..! I am using a SQL Server login.
Can u guide me how can I use Database Mail.
Thanks in advance
April 2, 2008 at 5:31 am
Hi Mohammed / Kenneth
My query is something like this which sends the output to .txt instead I want it in .xls or .csv
CREATE procedure mail @v_docno as char(10)
AS
declare @rec varchar(50)
declare...
December 13, 2006 at 11:58 pm
Hi Kenneth
Thanks for the same.
My xp_sendmail generates the .TXT file by default using query output. I want redirect that output to either .xls or .csv instead of .txt. How do...
December 13, 2006 at 10:50 pm
Viewing 5 posts - 1 through 5 (of 5 total)