Response data truncation when running SP through job
问题 Subject: I've got a report that I create every month. The creation of report consists of 2 steps: Get an XML from our service and store it in DB; Parse XML and create file. For the last few month I've created report in manual mode. And now I want to automate this stuff. But here comes a Problem: The second step (parsing XML and file creation) runs like a charm, but with first step I'm observing weird behaviour. I got Stored Procedure which gets XML: ALTER PROCEDURE [Structure].[GetXML]