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 derfloh 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 Jesi523

  1. Jesi523

    NOT EXISTS Query

    Thank you so much markros, it worked.
  2. Jesi523

    NOT EXISTS Query

    I tried to change it to an = sign but I got the same error. :(
  3. Jesi523

    NOT EXISTS Query

    I have a stored procedure where I need to insert from some other tables when those items do not exist in the original table. Here’s the stored procedure that I wrote. ALTER PROCEDURE [dbo].[sp_CreateRequestedItems] AS BEGIN INSERT INTO dbo.RequestItems ([request], [applicationProfile])...

Part and Inventory Search

Back
Top