Viewing 15 posts - 31 through 45 (of 104 total)
And I see you are a fellow Italian... Gratzi.
October 4, 2011 at 8:36 am
Gianluca Sartori (10/4/2011)
You can use Database Mail. sp_send_dbmail can send query results as an attachment or inline e-mail body.If you share more details, we could try to help.
Thank you very...
October 4, 2011 at 8:35 am
Thank you all, but we are rewriting it...
Cheers,
~D
September 16, 2011 at 12:54 pm
Sean Lange (9/12/2011)
September 14, 2011 at 10:55 am
GSquared (9/1/2011)
Can you modify the proc?
Yes. I can modify it... I know it is a matter of also getting it to return a varchar instead of an int as well...
September 12, 2011 at 12:16 pm
Then once again, I feel I am at an impasse of sorts... how can I get the date from the case statement at the end of my sproc?
Here is the...
September 1, 2011 at 11:08 am
Thank you for your response, but I do not think I am doing this right... it is a little hard for me to understand right now given the context of...
September 1, 2011 at 9:40 am
Thank you very much and I apologize for my ignorance when it comes to this, but given my sproc that I have posted... if you look at the end in...
September 1, 2011 at 7:41 am
I would like to return a varchar, but I am not sure how I would do that... I did not write the sproc.
August 31, 2011 at 11:29 am
I'm sorry... then what would I do then if I wanted to return a varchar(30)?
August 31, 2011 at 11:21 am
Thank you very much... here is the sp:
USE [TransactionalData]
GO
/****** Object: StoredProcedure [dbo].[COB] Script Date: 08/30/2011 16:12:57 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[COB]
@ItemCode varchar(50) =...
August 30, 2011 at 2:16 pm
Dan.Humphries (4/25/2011)
I do not see where a value is written to your two variables @cust_cd or @pu_del_dt if the value is NULL then the entire sting becomes NULL.
You have...
April 25, 2011 at 9:55 am
LutzM (3/30/2011)
There's an unclosed code block (BEGIN without END).Strong hint: Proper indention helps a lot... 😉
Thank you. I plan on cleaning it up in a bit...
March 30, 2011 at 2:25 pm
GSquared (3/30/2011)
March 30, 2011 at 2:13 pm
Viewing 15 posts - 31 through 45 (of 104 total)