I have found examples of how to use T-SQL to insert a file as a Filestream blob in SQL Server 2008.
I have not been successful at finding out how to use just T-SQL to select the same blob data to a local file. All the examples I have seen are code based (C# etc.). Is it possible just to use T-SQL to persist a FileStream blob to a local file? Regards Peter Maddin
