Viewing post 1 (of 2 total)
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...
September 13, 2010 at 10:23 am
#1220177