I am saving files (any type ) in a SQL table, using a varbinary(max), I find out that the max usage of this datatype is 8000, but what does the 8000 mean?
varbinary(max)
Implement SQL Server 2012 (codename Denali) when it's released - it has FileTable feature :)
FileTable
varbinary(8000)
varbinary(max) FILESTREAM