Remote BLOB Storage, part of Microsoft SQL Server 2008

learn more… | top users | synonyms

0
votes
0answers
25 views

Will DPM clean up files from SharePoint 2010 RBS

I recently setup RBS in our development SharePoint 2010 site to store large documents or videos. I found out that when you remove the RBS files from SharePoint, and then run RBS Maintainer to remove ...
0
votes
0answers
64 views

RBS with SharePoint 2010 and SQL Express 2008 / 2012.

My client has about 100GB of files loaded on a File Server. Initially the plan was to upload everything to SharePoint and bring everything under one hood. They have SharePoint Foundation 2010 and SQL ...
2
votes
1answer
62 views

SharePoint 2010 - moving databases to new server & RBS

Our SQL cluster has some issues and techs are now building another cluster where we will have to migrate our SharePoint 2010 farm. I found technet article describing process of moving SharePoint ...
0
votes
0answers
32 views

Determine active RBS provider properties (name, type, assembly …)

In C#, I need to find out active RBS provider name, type and assembly name, i.e. similar to what is stored in mssqlrbs_resources.rbs_internal_blob_stores, where blob_store_name and blob_store_type are ...
1
vote
0answers
168 views

SQL RBS “the URL is invalid” error when trying to upload a file (SP 2010)

I'm trying to setup Sharepoint 2010 (SQL Server 2008) to use SQL RBS for testing purposes. I followed all the steps required and in the process created a local folder C:\RBS_Store which serves as a ...
0
votes
1answer
120 views

How best to stream an SPFile stored in RBS

We use Remote Blob Storage (i.e. SQL FileStream) and SharePoint 2010 to store our files. We have a web service providing access to parts of SharePoint. One part of this web service includes serving ...
2
votes
1answer
235 views

File size too large with RBS and SharePoint 2013

since i set up my SP2013 Foundation Preview with SQL Server 2008 R2 Express i wanted to use the RemoteBlobStorage. It works seemingly fine just now. The only problem is if my files which im uploading ...
3
votes
1answer
169 views

Remote BLOB Storage and Sharepoint 2010

I have a SharePoint Server 2010 documents library. Library's size - 20 Gb. Size increases each year by 1-2 GB. It stores files ranging in size from 1 to 50 MB. Files rarely change. Should I use the ...