Stored Proc Parameter
From: Quintis Venter (quintis_at_weblife.co.za)
Date: 10/27/04
- Next message: Aaron [SQL Server MVP]: "Re: How see triggers?"
- Previous message: Aaron [SQL Server MVP]: "Re: How do I intersect in SQL Server?"
- Next in thread: Alejandro Mesa: "RE: Stored Proc Parameter"
- Reply: Alejandro Mesa: "RE: Stored Proc Parameter"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 27 Oct 2004 18:25:21 +0200
Hi there
Does anybody know of a good workaround for the 8000 char limit on SP
parameters?
Background... I'm retrieving huge amounts of data from a local news service.
The data is returned as XML and is processed by a stored proc, using
sp_xml_preparedocument. The problem is that the data length often exceeds
8000 characters. The only thing I can think of is processing the XML
elements individually and calling the stored proc for each, but that takes
forever. Any ideas?
Regards,
Quintis
- Next message: Aaron [SQL Server MVP]: "Re: How see triggers?"
- Previous message: Aaron [SQL Server MVP]: "Re: How do I intersect in SQL Server?"
- Next in thread: Alejandro Mesa: "RE: Stored Proc Parameter"
- Reply: Alejandro Mesa: "RE: Stored Proc Parameter"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading