Yes they can but it is not supported. You can use a utility
on the sql server called textcopy which is a command line tool that you can
use to extract blob files out of SQL. You could write your own to do it
using .Net, which isn't that hard at all. It really depends what you are
trying to do with it.