Hi,
I need to store binary files to the SQL Server Database. What's the better Data Type between Varbinary and Image to ?
Hi,
I need to store binary files to the SQL Server Database. What's the better Data Type between Varbinary and Image to ?
There is also the rather spiffy FileStream
, introduced in SQL Server 2008.