I want to create a filestream enabled SqlServer database using NAS server as the storage. I already passed the creation of DB step. Look at my previous question https://stackoverflow.com/questions/16516515/creating-sql-server-database-with-data-and-log-file-on-synology-nas-server. I can create an ordinary db but couldn't managed to create filestream enabled DB. Is it possible to do this?
-
Is there anybody who knows if installing filestream enabled database SQLServer database by putting data files on NAS server is possible or not ?Ferda-Ozdemir-Sonmez– Ferda-Ozdemir-Sonmez2013年05月15日 07:36:57 +00:00Commented May 15, 2013 at 7:36
-
Which version of SQL Server are you using?Jon Seigel– Jon Seigel2013年07月15日 21:40:47 +00:00Commented Jul 15, 2013 at 21:40
1 Answer 1
I didn't used Filestream enabled database before. Recently I had to install one for a document tracking and archiving software. I wanted to put the db on nas server because I don't have too much space on server harddisk. After some research I found out even I can put data and log files on nas I can not create filestream enabled database using nas so I installed totally on server instead. "Thank You" for Whom Who Viewed my question.
Ferda