FILE STREAM DATA TYPE

  • Hi All,

    What is the limitation of file stream data type in SQL Server 2005 ?

    many thanks....

  • SQL Server 2005 does not have such a data type. SQL Server 2008 has added the 'FILESTREAM' feature, which is not a data type, but a new attribute to a VARBINARY(MAX) data type.

    If your question is about the maximum storage capacity, it is limited only by the size of the disk volume.

    .

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply