I have an Image
column in a table. The column contains a big image, about 300KB in size. I'm trying to find a way in a SQL command to make a small copy of this image. I would like to make a 15KB copy of it into field2.
I looked all over, and the only option I see is with some .Net code in SSIS.
Is there a way to do it directly in the DB without SSIS? Maybe just a SQL command?
Thanks.