All Tags »
What's new in SQL Server 2008
Sorry, but there are no more tags available to filter with.
-
Although SQL Server has always provided support for large binary data by using varbinary(max), on the relational database system, it will cause a problem on the IO performance. Hence, although the feature is available, it has significant effect to SQL's performance. Ive seem some solution by storing these BLOBS into the filesystem and then using ...