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 TouchToneTommy 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. buellwinkle

    SQL Question

    Monksnake, tried it and doesn't work. GMMastros, worked like a charm, thanks for the help. I made one modification. The only times that are valid are the start times, and not fixed times in the hours table so I did a select distinct of all RentedOn times to generate the list of times to do the...
  2. buellwinkle

    SQL Question

    The customer wants to know how many movies to keep in inventory. Hence he wants to see the most amount of movies for each title that are outstanding. So for example, if the store has 10 copies of The Terminator, but the most that are "checked out" or "rented out" is 2 then he has too many...
  3. buellwinkle

    SQL Question

    I have a SQL problem I can't figure out. It's a video store and people check out and check in videos. We want to know, what's the maximum of a certain video that was checked out. So for example, I check out a video, "The Terminator" at 9AM and watch it and check it back in at noon. Then another...
  4. buellwinkle

    How do you run .profile during execution of sudo?

    I'm trying to use sudo for DBAs to log into the oracle account for SOX reasons. It works where they can do "sudo -u oracle ksh" and their uid is now oracle but they are still in their own home directory, not oracle and it didn't run the .profile so they have to do a cd /home/oracle and then ...
  5. buellwinkle

    Can't access other IP outside the subdomain

    I just setup RedHat9 and I can ping other IP's in the same subdomain but can't ping other machine in the same LAN but outside the subdomain. Anyone have any clues?

Part and Inventory Search

Back
Top