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 Chriss Miller 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: *

  1. TheTeradataKid

    ROUNDUP Function

    -- takes a number and rounds to the nearest .05 select (cast ( X / .5 as decimal (5,1))) * .5 X = variable
  2. TheTeradataKid

    Pulling Random Records

    Thank You for the clarification rohitrevo.
  3. TheTeradataKid

    Pulling Random Records

    The sample 5 example will give you the first 5 rows of the table, not the randomness that you are looking for.
  4. TheTeradataKid

    Multiload Error : 2554: Inconsistent situation occurs in restart...

    Multi load has restart capabilities and you have to go to bteq and issue the command release mload dbase.tablename; This should do it.
  5. TheTeradataKid

    batch scripts to run batch scripts in bteq or queryman

    The only thing that I could suggest is to paste your code for both scripts into one and run it.
  6. TheTeradataKid

    inserting

    It is faster because of the Fastload utility loading the data in blocks. The updates and inserts does the operations row at a time resulting on full htable scans if there are any conditional variables to meet. The Multiload utility is very fast also and can hande conditions and redefinitions...
  7. TheTeradataKid

    Queryman Locking up

    Windows 2000

Part and Inventory Search

Back
Top