Viewing 14 posts - 1 through 14 (of 14 total)
thanks a lot.
is it possible for procedure to have 02 output parameters?
how can i do it? and use them
August 10, 2012 at 3:09 am
Merci, it's works!
thanks
PS: how to sate that a post is closed or solved?
August 10, 2012 at 1:36 am
hi,
so i should write begin transaction instead of begin ...and end transaction at the end???
May 10, 2012 at 3:05 am
Merci
I do not look that way
I have made it
May 10, 2012 at 1:31 am
hi,
i am using MSsql server management studio
Is that wizard integrated?
i have looked all over and i can't find it
thx
May 10, 2012 at 1:16 am
hi how do we mark that a question has been solve?
thx
May 8, 2012 at 8:33 am
Hi,
I found the error,
I have miswrite an instruction so i have corrected it
so instead of WHERE CSR_DOSSIER.DOS_ID = CSR_STATUT.sta_id
i have corrected to WHERE CSR_DOSSIER.DOS_ID = CSR_STATUT.DOS_ID
thanks..
May 8, 2012 at 6:23 am
there is the full error statement
Msg 206, Level 16, State 2, Procedure DossierStatut, Line 16
Conflit de types d'opérandes : uniqueidentifier est incompatible avec int
sorry is in french
May 8, 2012 at 6:20 am
there is the full code
se [RECLACSR-DB]
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author:<Author,,Name>
-- Create date: <Create Date,,>
-- Description:<Description,,>
-- =============================================
CREATE PROCEDURE dbo.DossierStatut
-- Add the parameters for the stored procedure here
@Node nvarchar...
May 8, 2012 at 6:09 am
the error is locate just here
AND dbo .CSR_DOSSIER.DOS_ID =(SELECT dbo.CSR_DOSSIER.DOS_ID
FROM dbo.CSR_DOSSIER WHERE DOS_NODE =@node )
i can t understand
May 8, 2012 at 6:04 am
hi,
Yes it does!!!
thks
May 7, 2012 at 11:21 pm
Viewing 14 posts - 1 through 14 (of 14 total)