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
ever tried SET NOCOUNT ON; as an option?
SET NOCOUNT ON;