Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
what will be the constraints and data type used for storing or uploading a photo to an online project database table

varbinary will hold up to 8000 bytes. These columns are defined as varbinary(size) or VARBINARY(MAX) FILESTREAM. The 2nd option stores the binary outside the database. This will make the DBA happier as it will not consume database space. When the filestream option is used the files are stored in the same directory as sqlserver files for the database.

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |