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. maxtardiveau

    Data integrity

    How do you check the integrity of the data in a database? Say you have a database with a bunch of data. Assume you have inherited that data, and therefore do not know how good (or bad) it is. The question is: are there tools out there that allow you to define the logical "rules" that...
  2. maxtardiveau

    DB2 deadlocks - simple scenario

    We seem to get an awful lot of deadlocks using DB2 7.2 on AIX or Win2K. Here's a scenario to reproduce a simple deadlock. First create a table : create table t1 (a int not null primary key) insert into t1 (a) values (1) insert into t1 (a) values (2) insert into t1 (a) values (3) commit Now...

Part and Inventory Search

Back
Top