I have a setup file created for my wpf application which will install the .net framework 4 and sql server 2008R2 on a client machine.
However before running the sql script in my c# code I need to enable file stream in Microsoft SQL Sever 2008 R2/ Configuration tools on the my machine.
I need a way of doing it in c# code rather than doing it manually.
I have tried the following:
Enable FILESTREAM Feature Using Transact SQL (TSQL)
from page, http://www.mssqltips.com/tip.asp?tip=1838 but it didnt work.
Thanks and Best Regards!