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 strongm 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. singhc

    Procedure Optimization in Sybase

    I need help in optimizing the following deletion script. CREATE PROCEDURE MSClean AS DECLARE @sqlstatus INTEGER, @exec_return INTEGER, @appl_key_id INTEGER, @count INTEGER, @time datetime, @appl_name VARCHAR(64) DECLARE appl_cur CURSOR FOR...

Part and Inventory Search

Back
Top