Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: stored procedure not working well

    please forgive me, my english is not very good, the code that i've sent before doesn't have problems, it's only the updated an working code.

    Regards

  • RE: stored procedure not working well

    Here is the updated code maybe can help anyone (i don't think so, because of it's simplicity), anyway here goes:

    ALTER PROCEDURE dbo.spEliminarEjemplarSolicit

    @IDEjemplar int,

    @IDTitulo int

    AS

    DECLARE @NumEjempSol int, @IDSolicitud int

    SET @NumEjempSol...

  • RE: stored procedure not working well

    Hi

    Thanks for your reply, what the hell i was thinking, you're absolutely right, maybe that i was starving and i was only thinking in food.

    Thanks a lot for your help

Viewing 3 posts - 1 through 4 (of 4 total)