Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is SQL Server Express' 4GB limit affected by FILESTREAM enabled columns?

I have read some conflicting reports on the net about whether the 4GB limit of SQL Server Express takes into account the contents of FILESTREAM. Can anyone say for certain citing official documentation whether SQL Server Express storage limit is affected by FILESTREAM contents?

like image 378
joshcomley Avatar asked Jun 05 '09 23:06

joshcomley


1 Answers

SQL Server Express supports FILESTREAM. The 4-GB database size limit does not include the FILESTREAM data container.

From: http://msdn.microsoft.com/en-us/library/bb895334.aspx

like image 160
ChristopheD Avatar answered Sep 19 '22 13:09

ChristopheD