We have a database and have decided to enable it for FileStream use. I think I've done everything I'm supposed to except creating a FileStream Data Container. I can't seem to find a way to do this in SSMS 2008 on our existing database. Can this only be done at the time a database is created?
标签:
sql-server
相关问题
- sql execution latency when assign to a variable
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
- Bulk update SQL Server C#
- SQL to Parse a Key-Value String
相关文章
- Entity Framework 4.3.1 failing to create (/open) a
- Code for inserting data into SQL Server database u
- Delete Every Alternate Row in SQL
- Linux based PHP install connecting to MsSQL Server
- SQL Azure Reset autoincrement
- How do we alias a Sql Server instance name used in
- Is recursion good in SQL Server?
- How can I convert a OLE Automation Date value to a
To add FS support to existing database just create a new filegroup, then add the fs file;
More here: BOL Link
And definitely read everything Paul Randal has written about filestream: link
From http://brianseekford.com/wordpress/?p=509
If you still get
FILESTREAM feature is disabled.
check the 'running values' of your server and you'll probably still see it is disabled even if you enabled it.You can fix it by enabling filestream here too (under Sql configuration manager).
Then you need to run