Avatar of webox_suuport
webox_suuport
 asked on

Remote Blob Storage with SQL 2012 - Only for Sharepoint?

Hi,

we are looking for a way to store users file on remote storage and have it all indexed in SQL using filestream.
The first option that we've tried is to use filestream with file table, however, the problem is that file table can only export UNC and not use existing UNC that is shared from other servers.
So I've come to read about RBS.
The question is if RBS can solve this issue, so I can store the users file on remote UNC and have it indexed in SQL, or is this feature is limited only to Sharepoint?

Thank you in advance
Microsoft SQL ServerMicrosoft SQL Server 2008Databases

Avatar of undefined
Last Comment
ste5an

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
emadallan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
webox_suuport

ASKER
Alright,
so since RBS is limited to SharePoint and filestream is limited to physical storage, both are useless for my needs.

Do you know if and how I can achieve it?
The topology is simple:
1 Windows File Server with published share  - \\share\folder
1 SQL server.

So it should be the: users storing files in \\share\folder.
Everything will be written in DB but the files will be stored not on SQL.
ste5an

Please define precisely what you want to store, how you want to access it from the client side and what exactly SQL Server should index..
Your help has saved me hundreds of hours of internet surfing.
fblack61