hey Anas
انا كتبت الكود ده
كود PHP:
[SRO_VT_SHARD]
ANSI_NULLS ON
QUOTED_IDENTIFIER ON
ER procedure [dbo].[_AddTimedJob]
arID int,
tegory tinyint,
bID int,
meToKeep int,
ta1 int,
ta2 int,
#begin due to develop composite item
ta3 int,
ta4 int,
ta5 int,
ta6 int,
ta7 int,
ta8 int,
rial64 bigint,
D int
#end due to develop composite item
if (not exists (select CharID from _Char with (nolock) where CharID = @CharID))
return -1
اداني كدا
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'ON'.
Msg 137, Level 15, State 2, Line 21
Must declare the scalar variable "@CharID".
Msg 178, Level 15, State 1, Line 22
A RETURN statement with a return value cannot be used in this context.
اعمل ايه ؟