Thursday, June 6, 2013

How to enable Filestream feature in SQL server 2008


  1. Go to  SQL Server Configuration Manager from (Start >  Programs > Microsoft SQL Server 2008 > Configuration Tools > SQL Server Configuration Manager)
  2. Now go to the SQL Server Services node and select the SQL Server instance you want to modify SQL Server (MSSQLSERVER)
  3. Right click and open Properties
  4. Click the FILESTREAM tab and select both of the
         checkboxes to enable FILESTREAM and enter a share name for the files, as
         shown below:
SQL Server Configuration Manager
Restart the server.

No comments:

Post a Comment

Rest Service using WEB API C#

This post will show a simple example of REST service built on Micrsoft WEB API framework. WEB API is an extensible framework from microsof...