select 
a.* 
,replace(replace(lower(trim(a.SDescription)),' ','-'),'&','-')  SDESCRIPTIONSTRIPED
from  
groups a

where 
a.WGROUPID = <@KEY@>