I my database we have a varbinary field which store file content in byte.
As the file is big and reading all content in one shot leads to time-out so I want to read that data in chunk like we have write function in sql to write data using chunk.
Please suggest any idea?
Thanks