how to run a method on other executing application? (invoke the method and send Parameters)
S
solomon85
@solomon85
Posts
-
run a method on other application -
Split a varbinary in a SELECTHi, I have a large varbinary field in one of my tables, and I would like to download in parts for show a download progress indicator in my application. How can I split the data sent in a SELECT query? Thanks