Passing huge amounts of data as an hexadecimal (0x123AB...) parameter of a clr stored procedure in s
- by user193655
I post this question has followup of This question, since the thread is not recieving more answers.
I'm trying to understand if it is possible to pass as a parameter of a CLR stored procedure a large amount of data as "0x5352532F...".
This is to avoid to send the data directly to the CLR stored procedure, instead of sending ti to a temporary DB…