como que un substring no funcionaria????
Código SQL:
Ver originalDECLARE @variable VARCHAR(MAX)
SET @variable='Site Index=252, Cell Index=252,mi mama me miama mucho, aquie mas cosas Alarm Cause=Other causes, Site Type=BTS3900E, Site Name=S_YOMBLON, Cell Name=AM02520, Cell CGI=716-06-1041-4f1a, y aca ponemos mas'
SELECT SUBSTRING(@variable,charindex('Site Type',@variable,1),len(@variable))
Aqui el resultado usando substring y otra funcion de string de sql llamada charindex.....