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 gkittelson 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. osmurf

    Mapping difference in two dataset tables

    I have two identical tables in a dataset with difference in the contained data. Does anyone know of an efficent way of merging the data in the tables and map out the difference? Any hints would be greatly appreciated.
  2. osmurf

    trigger a batch job

    I'm writing a program that will syncronise data between an oracle db and mssql db. There is written a batch script which generate a couple of temp tables in oracle. The only way of communication to the oracle db is an odbc driver. Is there any way to trigger the batch through the driver, or is...
  3. osmurf

    compare data in tables

    I have two tables and i want to make a query that returns the difference. I have tried: SELECT person1.* FROM dbo.REL_IMS_PERSON person1 WHERE (NOT EXISTS( SELECT person2.* FROM dbo.REL_IMS_PERSON_ODS person2 WHERE person1.id = person2.id AND person1.fn = person2.fn)) This works...
  4. osmurf

    Find user groups.

    Does anyone know how or if it is possible to find out which groups a user is a member of in a NT-domain?

Part and Inventory Search

Back
Top