Home Forums SQL Server 2008 T-SQL (SS2K8) Extracting files from "binary" stored in TEXT datatype RE: Extracting files from "binary" stored in TEXT datatype

  • Your key problem will be working out what the encoding is.

    It is probably Base64. This site may help:

    http://www.opinionatedgeek.com/dotnet/tools/base64decode/