Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does SQL Azure support the FILESTREAM datatype

I am looking at using SQL Azure and wondering if it supports the FILESTREAM data type introduced int SQL Server 2008 or should I look at another solution.

like image 855
Craig Avatar asked Nov 06 '09 01:11

Craig


2 Answers

It looks like it does not: Azure SQL Database Transact-SQL Reference

like image 85
Nestor Avatar answered Nov 09 '22 04:11

Nestor


FILESTREAM data type is not supported in Replication, Mirroring and Snapshots, which sucks big time, but it is what it is...

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

like image 41
Ostati Avatar answered Nov 09 '22 03:11

Ostati