I\'m not talking about doing a \"SET NOCOUNT OFF\". But I have a stored procedure which I use to insert some data into some tables. This procedure creates a xml response s
You could create a SQL CLR stored procedure that execs this. Should be pretty easy.