Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rmhealth
  • Content: Threads
  • Order by date
  1. rmhealth

    Parse out columns of text

    Hi, All. I have a field that contains single value data (in the form of 0. or 1. or2, or *). The field is 50-wide. Any way I can parse it out into separate columns, one value per column number 1 to 50? Thanks.
  2. rmhealth

    count business days

    school superintendent wants a policy where absences are escalated after five school days if a kid does not bring an excuse. Every date function I try will only count calendar days, not in-session school days. I can do this SELECT rownum rn, date_value FROM (SELECT Date_Value FROM...
  3. rmhealth

    Server Memory

    I have one report that keeps erroring out with message "Not enough memory for operation" The report should export to a folder as csv file. I have about 80 others doing that or going to ftp. It's just this one, and it is not any bigger or more complex than the others. BOE 12.0. Server2003 on a...

Part and Inventory Search

Back
Top