welcome msg

05/07/2015 01:09 AhmedElnashary#1
any idea ? about this problem ?!

[Only registered and activated users can see links. Click Here To Register...]
05/07/2015 03:31 ​Exo#2
How about you declare the variable o.O
05/07/2015 03:42 Xutan*#3
there is a missing declare
add this before Declare @welcomecommon varchar(max) = welcome ....etc
PHP Code:
DECLARE @lkcharname varchar(max) = (SELECT CharName16 FROM SRO_VT_SHARD.dbo._Char WHERE CharID = @CharID 
05/07/2015 03:47 AhmedElnashary#4
Quote:
Originally Posted by Xutan* View Post
there is a missing declare
add this before Declare @welcomecommon varchar(max) = welcome ....etc
PHP Code:
DECLARE @lkcharname varchar(max) = (SELECT CharName16 FROM SRO_VT_SHARD.dbo._Char WHERE CharID = @CharID 
gonna test it

alrdy working but another error with this ?! @servername

[Only registered and activated users can see links. Click Here To Register...]
05/07/2015 07:41 Xutan*#5
make bigger screenshot, this one isn't enough to understand where the problem is..
give me screenshot of full procedure.