When you try to run subfolder site it creates problem related connectionstring if connectionstring is with the same name.
So you just have to add

Declare @vTable Table(id int,val varchar(100))
Insert into @vTable Values (1,'Jeni Jeni1 Jeni123') Insert into @vTable Values (2,'Jeni1 Jeni2 jeni3')
Now if you want to break the space separated values in the above table as;Declare @vTable Table(id int,val varchar(100))
Insert into @vTable Values (1,'Jeni Jeni1 Jeni123') Insert into @vTable Values (2,'Jeni1 Jeni2 jeni3')
SELECT name FROM employee WHERE LOWER(name) = 'ab'SELECT name FROM employee WHERE name = 'AB' OR name = 'ab' SELECT @Var1 = @Var1 + 1, @Var2 = @Var2 - 1SET @Var1 = @Var1 + 1SET @Var2 = @Var2 - 1