Viewing 15 posts - 31 through 45 (of 63 total)
I figured this one out by using the && operator. Thanks
February 6, 2013 at 1:41 pm
Thank you for your replies. Do I add this in the custom code area?
June 20, 2012 at 12:49 pm
What I mean is to convert a date from julian to gregorian. Example would be ; Julian - 112074 convert to 03/14/2012 thanks
June 20, 2012 at 12:10 pm
Thanks, I figured that out. Upgraded to Enterprise and all is well
February 6, 2012 at 5:36 am
Thanks for your responses. I used the excel method with creating a new column and using the following;
="'"& A2 & "'"&","
This worked well and was a classic case of as...
January 31, 2012 at 9:08 am
OK, here is the code stripped down. I do have an ODBC conn to the AS-400.
SELECT cwsispak.softpreg.regname, ARWFCA.CUST.CCMPNY, CWSISPAK.SOFTPREG.CCNAME, SUM(CASE WHEN ARWFCA.CUST.CSTRDT >= 20120101 AND...
January 26, 2012 at 10:29 am
How would you like to see some sample data? What format etc?
January 26, 2012 at 9:52 am
OK, here is my query now....are you all suggesting I make additional changes to enhance performance? Thanks
SELECT a1.timestamp, a1.Computer_Name, a1.Packet_Type, a1.User_Name, a1.Client_IP_Address,
...
January 25, 2012 at 10:40 am
Thank you all for your responses! I used the query that "sqlknowitall" reworked for me and it is much more efficient. Thanks to all that responded.
January 25, 2012 at 10:01 am
Got it...sorted in row groups....now everything is PERFECT. Thanks for your response.
January 12, 2012 at 7:00 am
I do not have an order by in the statement by design
January 12, 2012 at 6:51 am
Viewing 15 posts - 31 through 45 (of 63 total)