Home Forums SQL Server 7,2000 T-SQL Need to put select and update in a single stored procedure RE: Need to put select and update in a single stored procedure

  • Hi

    Better use a transaction (client side). Otherwise the mail may not be sent but the status will be updated.

    "Keep Trying"