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 bkrike 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: Omnillas
  • Content: Threads
  • Order by date
  1. Omnillas

    Crystal Reports 8

    I know this version is very old/outdated but our company continues to use old solutions. :) I'm tasked with documenting all open TCP ports by this tool. I've searched SAP's site and have turned up nothing in the way of ports and port ranges for all the various services for CR 8. Would...
  2. Omnillas

    Parsing ps time

    What's a good way to break up the time values returned in your average BSD-styled ps? The format is generally dd-hh:mm:ss.ss. As you know, the days portion is not always populated if days haven't accumulated depending on the aspect of time we are looking at (ie, etime, cputime, etc.).
  3. Omnillas

    CSV and/or XLS (any version) attachment viewing

    I have searched and read a few sites but I thought I would ask here from professional users for what exists as a good viewer of either csv or xls attachments. I can generate the reports in a number of formats but the users prefer a csv and/or xls format for easy manipulation of not incredibly...
  4. Omnillas

    Insert Into

    Got a slight issue and would like a little insight in how some of you have approached it. I receive data via an uploaded CSV file and would like to select that data from that file and insert into a table of my complaints database. I currently have a DSNless connection to the CSV file that...
  5. Omnillas

    Determining Path

    Due to the storm we are migrating our applications to another vendor's server for which we don't have full access. We weren't given the full path to our page directory. It's been a while so please forgive my ignorance but how can I determine the full path of an executing script?
  6. Omnillas

    SQL 6.5 string padder

    I've recently taken over a database that has SQL server 6.5 compatibility set due to the nature of the vendor. I am to write a few scripts to dump some of the data for a 3rd party. This data, of course, needs to be fixed width text. Does anyone have any recommendations for a good string...
  7. Omnillas

    Insert Record Behavior - Duplicates

    What's the easier approach for handling inserts where a duplicate record may exist? ASP/MSSQL are the language and db in use. I would like to display a pop-up indicating that a record already exists and list the keys attempted to be inserted.
  8. Omnillas

    Importing Dates

    Without additional coding, what are convenient methods for importing flat files with dates that are of the form yyyymmdd? I have customized import scripts to account for the different format but I was wondering if DTS had an "intelligent" operation for date data-type imports.
  9. Omnillas

    Color Coding Reports Based on Values

    I have searched with some limited success but I would like to color code some values in a resulting report. If the value exceeds a maximum, then a particular color would be applied to that value. Anyone approach this idea before?
  10. Omnillas

    Fixed Length Output for Store Procedure Results

    I am implementing a stored procedure to dump a list of previous days work orders. The recipient of this lovely list of work orders is utilizing an older system of fixed length flat files for import and processing. Each row in the output file is 500 bytes and must be 500 bytes to be cosidered a...
  11. Omnillas

    Field Substring Character Removal

    I have taken over a database that has some not-so-normalized data in a field that contains phone numbers. Some fields are all numeric and some have the dashes. What's a good method for removing the dash character? I have looked at a couple substring functions but I need something tiny and...
  12. Omnillas

    "Rows That Are Similar" Type Query

    I am trying to devise a query such that I can produce rows that are similar. An example should give an idea of what I am trying to accomplish. My prospective data set is similar to the following: FName Address InvoiceFlag BusPartner --------------------------------------------- Bob...
  13. Omnillas

    Job Creation Question

    With the search feature unavailable today, I'm hoping no one will mind a direct question. :) I have created a DTS package that will drop and recreate a table within my database based on a flat file received from an external vendor that is placed on an internal common server share. What I...
  14. Omnillas

    Time String Question

    I have a table that, among other columns, a 6-character string that represents the time. Anyone suggest a nice way to convert that field to a valid non-24hour time string or a text/character equivalent such as example: 165304 4:53:04 PM Possible? Suggestions?
  15. Omnillas

    Query Question

    I have an instance of two tables that I would like to join some resulting counts by date: Table A ----------------- entry id date part # -------- ------ ------ 1 1/1/04 1 2 1/1/04 1 3 1/1/04 2 4 1/2/04 1 . . . . . ...
  16. Omnillas

    Currency Question

    I have an interesting question posed by peer of how to select only records from a table that the currency field has cents. The following table can be considered: ID FName LName Dues_Paid -- ----- ----- --------- 1 Bob Smith $14.00 2 Susan Allen $12.32 3 Tom Jones...

Part and Inventory Search

Back
Top