Home Forums SQL Server 2008 T-SQL (SS2K8) sp_OAGetProperty @obj, 'responseText', @response OUT cannot handle large output RE: sp_OAGetProperty @obj, 'responseText', @response OUT cannot handle large output

  • Pretty sure sp_OACreate is limited to an NVarchar(4000) max parameter;

    I had written something in SQL 2000 which harvested web pages, and had to grab slices of the results from my Inet object in slices of 4K characters.

    here's a link to that old thread:

    http://www.sqlservercentral.com/Forums/Topic453789-5-1.aspx?Highlight=WebReader

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!