Viewing 15 posts - 16 through 30 (of 104 total)
Lynn Pettis (4/16/2012)
Missing a comma! ...
And this is when I go outside and walk in front of oncoming traffic... If I may, I would like to use the fact that...
April 16, 2012 at 10:54 am
I figured it out and it works awesome!
Thanks anyway...
October 6, 2011 at 7:36 am
OK! I actually have this working to some degree, but depending on where I put the END, I get anywhere from one email to three emails or SIX emails! This...
October 5, 2011 at 2:26 pm
I tried doing this... you can see where I am calling (or trying to setup and call the XML)... am I on the right track?
USE [DatabaseName]
GO
/****** Object: StoredProcedure [dbo].[usp_send_prodavail_email_ON-TIME]...
October 5, 2011 at 1:43 pm
Something like this?
cust_cdemailitm_cdvsndesqty
ARMSJ59806email@yahoo.com 3399020BRY,3399-02END TABLE2
ARMSJ59806email@yahoo.com 3399020BRY,3399-02END TABLE2
ARMSJ59806email@yahoo.com 3399020BRY,3399-02END TABLE2
ARMSJ59807email@yahoo.com 3399020BRY,3399-02END TABLE2
ARMSJ59807email@yahoo.com 3399020BRY,3399-02END TABLE2
I am sorry, but I thought...
October 5, 2011 at 1:14 pm
OK. Here is a sample of what I want. I made a "comment" in there between [[[ ]]]. I would like to list the items in a table format using...
October 5, 2011 at 12:55 pm
Yes, Lowell. Thank you... I will get a sample up ASAP.
October 5, 2011 at 10:55 am
Not to be a pain, but I did post a sample of what I am looking for... it isis above.
And thank you SO much for your time!
October 5, 2011 at 10:19 am
Oh! That's a procedure from something different... I want to do the same thing, using some of that code, but I do not know how to handle the loop inside...
October 5, 2011 at 9:39 am
Gianluca Sartori (10/5/2011)
You'd better generate HTML reports with a reporting application (such as...
October 5, 2011 at 8:31 am
Here is something that I wrote for our delivery emails... I need something like this, however, like I had said before, I want to only send one email to the...
October 5, 2011 at 7:52 am
Gianluca Sartori (10/4/2011)
All the columns? If so, I think that the XML solution is not feasible: you would have to...
October 5, 2011 at 7:40 am
And here is some test data:
INSERT INTO EMAIL_TABLE_TEST
(DEL_DOC_NUM, MAX_DUE_DATE, INSERT_DATE, BO_SKU_COUNT, EMAIL, CUST_CD,
SHIP_TO_F_NAME, SHIP_TO_L_NAME, SHIP_TO_ADDR1, SHIP_TO_ADDR2, SHIP_TO_CITY,
SHIP_TO_ST_CD, SHIP_TO_ZIP_CD, SHIP_TO_H_PHONE, FNAME, LNAME, ADDR1,...
October 4, 2011 at 2:35 pm
Gianluca Sartori (10/4/2011)
donato1026 (10/4/2011)
And I see you are a fellow Italian... Gratzi.Non c'รจ di che ๐
Ok. Here is the table:
USE [DatabaseName]
GO
/****** Object: Table [dbo].[EMAIL_TABLE_TEST] Script Date:...
October 4, 2011 at 2:18 pm
Viewing 15 posts - 16 through 30 (of 104 total)