积极答复者
Filestream如何将数据存放于不同的文件?

问题
答案
-
You can create another filestream group but sql doesn't let you change filestream group in the table if it has filestream group already. What you can try is changing path for existing filestream file group, test on dev first:
alter database db_name modify file (name = filestreamgroup1, filename = 'F:\filestreamgroup1')
- 已标记为答案 szslxm1 2014年7月9日 1:38
全部回复
-
You can create another filestream group but sql doesn't let you change filestream group in the table if it has filestream group already. What you can try is changing path for existing filestream file group, test on dev first:
alter database db_name modify file (name = filestreamgroup1, filename = 'F:\filestreamgroup1')
- 已标记为答案 szslxm1 2014年7月9日 1:38