sql-update

  1. T

    Question Stored Procedure doesn't appear to be returning the Returned value to C#

    So I have a StoredProcedure that either Updates or Inserts a record. The SP is as follows: USE [FPY] GO /****** Object: StoredProcedure [dbo].[insupd_tblMRBHistory_AB] Script Date: 2025-01-10 8:02:00 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE...
Back
Top Bottom