SELECT * FROM [nome_db].[dbo].[fn_UTIL_Split]('a - b - c', ' - ')

mi restitusice 3 righe
a
- b
- c

dove sbaglio??

grazie