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 Mike Lewis 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. CShellVB

    Problems with double Index and MTS

    I have a table with two indexs. One is an identity field called "ID" and the other is a nChar(40) field. I have indexes on both fields. The ID because it is the PK and the Char field because it relates to other fields in the database. The problem I am having is when I call a stored...
  2. CShellVB

    MTS Packages and Stored Procedures

    Having problems updating SQL Server table that has 2 unqiue indexes in it through a MTS call. One Index is an IDENTITY field called "ID" and the other a SerialNumber field which is Text(20). My component calls a stored procedure in SQL Server (7.0) and returns an error: Error Number...

Part and Inventory Search

Back
Top