Accessing FILESTREAM from an SQL CLR assembly
- by superware
I'm trying to stream FILESTREAM data from an unsafe SQL CLR assembly.
The connection string is
Data Source=LAPTOP2\SQLEXPRESS;Initial Catalog=test;Integrated Security=True;Enlist=False
When creating a new SqlFileStream (inside a SqlTransaction, of course), I'm getting:
The request is not supported
at OpenSqlFilestream.
So I decided…