this works fine
select * from dbo.fn_MVParam ('9,3,4,6',',')
but there is a table called Alerts
select * from dbo.fn_MVParam ((Select NetObjects from Alerts),',')
NetObjects is the field in the alerts table that is a text field. this field contains the string (,12,13,45,46,) the following...