tags:

views:

4816

answers:

1

I want to select a blob col from one table, base64 encode it and insert it into another tables. Is there any way to do this without round tripping the data out of the DB and through my app?

+3  A: 

Looks like no, though it was requested, and there’s a UDF for it.

Edit: Or there’s… this. Ugh.

ieure
"O...M....G...." said the guy who's buying the dragon book so he can build an LALR(1) parser as a sproc.
BCS
I wonder how long it would take to encode 1.3GB...
BCS