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

    oracle to sql using DTS

    I am having a problem using DTS to import data from an oracle database to sql. It does work when you import to MSAccess, then to sql but not directly. I am getting the following error (I can preview the first 100 records and it works, however after it deletes the table and goes to reload it...
  2. boopers

    last record added query

    I need help in how to only show the last record that meets criteria. I have a transactional table that houses all activity that occurs for our I/S work orders. I am pulling the w.o#, sequence, date/time and person assigned from one table. I only want to see the last record (either by sequence...
  3. boopers

    join table after duplicate search query

    I need help adding a join statement to a query I wrote to find duplicate values in one table. here is what I have thus far: select employeenum, count(*) from employees group by employeenum having count(*)>1 Now I need to add a second table which will give me the employee names associated with...
  4. boopers

    problems applying service pack 4 on sql 7

    we are having numerous problems installing sp4 on sql7 we are now getting a ums.dll error. several errors also occurred when it was trying to read the sqlserver.exe also. has anyone else experienced these problems and were able to resolve them?
  5. boopers

    joining tables, then joining to another database

    I need help in combining two sql queries I have written. One combines data from two tables in one database, one combines data from two databases on the same server. select * from visit join visitapptlist on visit.visit_id = visitapptlist.visit_id Select * from psmprod.dbo.casemain...

Part and Inventory Search

Back
Top