Viewing 15 posts - 1 through 15 (of 61 total)
THanks for your feedback
November 25, 2009 at 7:50 am
Good point!
Here it is...
select h.historyid, h.startdate,a.account,h.description,h.longnotes, a.address1, a.city, a.state, a.postalcode, h.category
from sysdba.history h
join sysdba.account a on a.accountid = h.accountid
join sysdba.address r on r.addressid = a.addressid
November 24, 2009 at 1:43 pm
ALZDBA (8/31/2009)
Alter your where clause to
WHERE dbo_SAP_CUST.KUNNR < '0000900000'
...
August 31, 2009 at 10:43 am
My apologies I should have given some of the backstory here. I've gone thru CDW whom we have a relationship with on past purchases but I'm not sure the pricing...
February 5, 2009 at 7:56 am
It does thanks, we use bcp for importing files that are consistent in nature but this is a different animal where the file layout is dynamic?
January 29, 2009 at 1:26 pm
Richard
Thanks for the suggestion, would you have an idea for how the TSQL would be structured that would be able to "read" the Excel file layout? Here's an example of...
January 29, 2009 at 12:58 pm
Much thanks to you both and Matt your tag line is one of my favorite sayings!
January 22, 2009 at 12:02 pm
Chris thanks for the fast reply. I get a syntax error near 'getdate'.
I thought maybe it was due to a space needed between -1 and the first getdate but that...
January 22, 2009 at 11:35 am
Odd that my PM says "InBox (0/0)" please email me at ronkoppelmann@gmail.com
August 13, 2008 at 8:58 am
PM Sent
August 12, 2008 at 1:50 pm
Lester,
Thanks this was helpful to me on a related matter...
Ron
Lester Policarpio (11/21/2007)
April 30, 2008 at 11:00 am
Steve Jones - Editor (4/7/2008)
No, but I might just build a new job and whack this one. Might be some strange value stuck in the code somewhere.
Thanks, I've rebuilt the...
April 8, 2008 at 8:37 am
Jason Shadonix (4/8/2008)
Just out of curiosity, what are you using to send the e-mail?
April 8, 2008 at 8:35 am
A quick thank you to those who posted help here, I was able to resolve a similar issue with the advice listed here and a search of the forums!
November 14, 2007 at 1:57 pm
Viewing 15 posts - 1 through 15 (of 61 total)