Hi,
I need to pass 10,000 bytes of string data from Visual Basic ADO to a SQL Server Stored Procedure. Right now I am calling SQL Server Stored Procedures 10 times sending 1000 bytes each time. The performanance is slow. Is there any way I send all 10,000 bytes of data to a Stored Procedure so that I can reduce network overhead?
Thanks in advance,
I need to pass 10,000 bytes of string data from Visual Basic ADO to a SQL Server Stored Procedure. Right now I am calling SQL Server Stored Procedures 10 times sending 1000 bytes each time. The performanance is slow. Is there any way I send all 10,000 bytes of data to a Stored Procedure so that I can reduce network overhead?
Thanks in advance,