MS Access 2007: "Attachment" data type equivalent in SQL Server 2008?

ms-access, sql-server-2008, types

Solution

There is no direct equivalent the closest would be BLOB..

Problem

What is the "Attachment" data type's equivalent in SQL Server 2008?

Original source