Viewing 12 posts - 16 through 27 (of 27 total)
I inserted the header as an image but the problem with that is, it will only repeat on each new page that is associated with the "data region" which you...
June 27, 2006 at 11:20 am
Have you tried using a semicolon instead? try mailto:aa@bb.com; cc@dd.com
June 27, 2006 at 11:04 am
Sometimes I think it takes writing down the problem to find the answer cause I just figured it out... lol
DECLARE
attachment_cursor CURSOR
June 9, 2006 at 10:50 am
I thought out the lookup table... I guess I need to specify better where I'm actually stuck at.
I have a cursor that loops through my lookup table grabbing each file...
June 9, 2006 at 10:42 am
I had the exact same issue.
This helped me a lot:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=279460
May 19, 2006 at 5:44 pm
This came in handy for me and it works beautifully!!! Jason you’re the man, thanks for all your help!
May 18, 2006 at 4:50 pm
Thanks Ray!
I looked at SQL online help... I don't know how I missed that one.
December 7, 2005 at 4:08 pm
Thanks Lee! I think your idea is great... is there any way to make it even more simplified?
INSERT INTO #prds (prd_id) VALUES ('86')
INSERT INTO #prds (prd_id) VALUES ('88')
INSERT INTO #prds...
August 29, 2005 at 5:25 pm
I wasn't sure how to post a new forum sorry.
But thank you for your suggestion.
August 29, 2005 at 2:43 pm
August 29, 2005 at 2:14 pm
Viewing 12 posts - 16 through 27 (of 27 total)