SQL Server 2008: FileStream Insertion Failure w/ .NET 3.5SP1
- by James Alexander
I've configured a db w/ a FileStream group and have a table w/ File type on it. When attempting to insert a streamed file and after I create the table row, my query to read the filepath out and the buffer returns a null file path. I can't seem to figure out why though. Here is the table creation script:
/****** Object: Table…