Home Forums Data Warehousing Integration Services When query is too long for OLE DB DFT, what are my options for bridging two servers? RE: When query is too long for OLE DB DFT, what are my options for bridging two servers?

  • You can use an OLE DB Source w/o having to place the stored procedure code inside the SQL command text. You put the stored procedure call into the SQL Command text.

    EXEC dbo.MyStoredProcedureName

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden