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

    Always updating the Phase to O and not inserting into a table

    SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO ALTER TRIGGER UC_IBTOut_QtyTrig ON UC_IBTOut FOR INSERT, UPDATE AS DECLARE @OriginID uniqueidentifier DECLARE @ErrorText VaRcHaR(60) SELECT TOP 1 @OriginID = BranchID from UC_InStoreSetup DECLARE @IBTSetupID uniqueidentifier --EXEC...

Part and Inventory Search

Back
Top