Click here to Skip to main content
15,888,816 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Use SQL Server database as Windows file system Pin
g_p_l13-Jul-20 2:56
g_p_l13-Jul-20 2:56 
GeneralRe: Use SQL Server database as Windows file system Pin
Daniel Pfeffer13-Jul-20 2:58
professionalDaniel Pfeffer13-Jul-20 2:58 
GeneralRe: Use SQL Server database as Windows file system Pin
Daniel Pfeffer13-Jul-20 2:56
professionalDaniel Pfeffer13-Jul-20 2:56 
GeneralRe: Use SQL Server database as Windows file system Pin
musefan13-Jul-20 3:32
musefan13-Jul-20 3:32 
GeneralRe: Use SQL Server database as Windows file system Pin
PIEBALDconsult13-Jul-20 3:39
mvePIEBALDconsult13-Jul-20 3:39 
GeneralRe: Use SQL Server database as Windows file system Pin
OriginalGriff13-Jul-20 3:42
mveOriginalGriff13-Jul-20 3:42 
GeneralRe: Use SQL Server database as Windows file system Pin
Roland M Smith13-Jul-20 5:08
Roland M Smith13-Jul-20 5:08 
GeneralRe: Use SQL Server database as Windows file system Pin
Eddy Vluggen13-Jul-20 7:39
professionalEddy Vluggen13-Jul-20 7:39 
Yup, in multiple tastes.

You could use filestreams and access them like a FileSystem; needs a Windows share name and some configuration. See https://www.sqlshack.com/filestream-in-sql-server/[^] Easy to set up, and nice to have if you have a lot of blobs in your db, like images.

Alternative, you could look at the Dokan libraries; my article on it is outdated, but there was an open source interface to SQL Server. Dokan at the time was limited to roughly 50MB/s.

Last option might be FUSE, using Sql Server. See FUSE(file system in userspace) for Microsoft-SQL using C#[^].

Enjoy Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

PraiseRe: Use SQL Server database as Windows file system Pin
Sharp Ninja14-Jul-20 4:13
Sharp Ninja14-Jul-20 4:13 
GeneralMessage Closed Pin
13-Jul-20 1:17
Member 1488813113-Jul-20 1:17 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Rage13-Jul-20 1:26
professionalRage13-Jul-20 1:26 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Member 1488813113-Jul-20 7:24
Member 1488813113-Jul-20 7:24 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
OriginalGriff13-Jul-20 1:30
mveOriginalGriff13-Jul-20 1:30 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Nelek13-Jul-20 1:59
protectorNelek13-Jul-20 1:59 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
OriginalGriff13-Jul-20 2:14
mveOriginalGriff13-Jul-20 2:14 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Nelek13-Jul-20 7:33
protectorNelek13-Jul-20 7:33 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
super13-Jul-20 2:42
professionalsuper13-Jul-20 2:42 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Rage13-Jul-20 3:17
professionalRage13-Jul-20 3:17 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Sander Rossel13-Jul-20 5:49
professionalSander Rossel13-Jul-20 5:49 
GeneralRe: Notice: Undefined index: origen in C:\xampp\htdocs\buscar_y_comparar.php on line 6 Pin
Member 1488813113-Jul-20 7:26
Member 1488813113-Jul-20 7:26 
GeneralWSO CCC OTD 2020-07-13 Pin
OriginalGriff12-Jul-20 21:43
mveOriginalGriff12-Jul-20 21:43 
GeneralRe: WSO CCC OTD 2020-07-13 Pin
jsc4212-Jul-20 22:18
professionaljsc4212-Jul-20 22:18 
GeneralRe: WSO CCC OTD 2020-07-13 We have a winner! Pin
OriginalGriff12-Jul-20 22:19
mveOriginalGriff12-Jul-20 22:19 
GeneralRe: WSO CCC OTD 2020-07-13 We have a winner! Pin
jsc4212-Jul-20 22:24
professionaljsc4212-Jul-20 22:24 
GeneralRe: WSO CCC OTD 2020-07-13 We have a winner! Pin
OriginalGriff12-Jul-20 22:44
mveOriginalGriff12-Jul-20 22:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.