Viewing 4 posts - 1 through 5 (of 5 total)
Ok I will take a look.
Thanks.
May 30, 2012 at 8:39 am
I found the solution to my problem.
SQL Server agent's default textsize is 1024 whereas SSMS default is 2147483647.
So specifiying SET TEXTSIZE 2147483647 solves the problem. This might be useful...
May 30, 2012 at 8:17 am
Yes, I understand and i would love to learn that technique. I just want to be sure that there is no way to make it work withe SQl Agent.
May 29, 2012 at 10:33 am
I don't know much about SQLCLR. That's why i prefer using OLE automation procedures. But it's weird, because it seems to be one parameter that causes the limitation. But i...
May 29, 2012 at 10:10 am
Viewing 4 posts - 1 through 5 (of 5 total)