Existing tables with binaries to use filestream

Posted by user1098487 on Server Fault See other posts from Server Fault or by user1098487
Published on 2012-10-01T20:35:37Z Indexed on 2012/10/01 21:40 UTC
Read the original article Hit count: 187

I've got a few tables for which I want to use filestream storage.

These tables already contain binary data and have rowguids. However at the time they were were created, the tables were not added to a filestream enabled filegroup.

What is the best way to have these tables use filestream at this point? Do I need to drop + recreate the tables and migrate the data? Is there an easier way?

The database already has filestream enabled and there are other tables which are using them.

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2008