I understand that Microsoft does not support passing Image datatypes as a parameter to a stored procedure.
Our business model requires us to store image data, and pass this as a parameter through our code to a stored proc on SQL Server.
Does anyone know the best way to do this, as MS intended. We believe that a large amount of binary data at one time may be crashing our server.
Any ideas on correctly using image datatype, i.e. size limitations etc. would be appreciated
Currently we don't let in over 100K.
thanks