Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Using SqlFileStream in CLR

    David, Jonathan thans for your feedback!

    I use Integrated Security through a non-context connection. Assembly permission set is EXTERNAL_ACCESS.

    When my SQL CLR stored procedure read/write sql server filestream using SqlParameter it's...

  • RE: Using SqlFileStream in CLR

    Hi Jonathan.

    I use Integrated Security.

    All other IO operations are working well in my SQLCLR procedure.

    However, the SqlFileStream part is always throw an exception.

    I have no idea what to do.

  • RE: Using SqlFileStream in CLR

    Thanks Jonathan for the reply.

    When I remove SqlFileStream specific code from the .NET procedure it works fine. But when it's enabled I get this error:

    A .NET Framework error occurred during...

Viewing 3 posts - 1 through 4 (of 4 total)