Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Optimization of an sql proc stock [Beginner]

    Ok, I give you the .bak of the database where i have delete all unnecessary tables and procedure,

    You can test the procStock

    USE [TestDatabase]

    GO

    DECLARE@return_value int

    EXEC@return_value = [dbo].[GetElevesPasDeJourDeRepos]

    @DatDeb...

Viewing post 1 (of 2 total)