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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Josephus

  1. Josephus

    @@Error

    INSERT INTO [Case] (FileYear, FileNbr) VALUES (@FileYear, @FileNbr) IF @@ERROR = 0 BEGIN SET @ReturnCode = 0 END ELSE BEGIN SET @ReturnCode = -1 END return ------- I have written this in a stored procedure. If the FileYear and...

Part and Inventory Search

Back
Top