I have got some HTML stored in a SQL database which contains links to images (img src tags)
I need to find a way of replacing the links with the actual file embedded in base64 format and copying it to a different table. I can't think how best to achieve this?
The reason for it is that I need to migrate some HTML knowledge documents from one system to another and the other system requires the images to be embeded.
I am using MS SQL Server and Visual Studio (c#) Thanks