Click here to Skip to main content
15,888,802 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: Thought of the Day Pin
ZurdoDev13-Jul-20 6:05
professionalZurdoDev13-Jul-20 6:05 
GeneralRe: Thought of the Day Pin
pkfox13-Jul-20 10:40
professionalpkfox13-Jul-20 10:40 
GeneralUse SQL Server database as Windows file system Pin
Sharp Ninja13-Jul-20 2:23
Sharp Ninja13-Jul-20 2:23 
GeneralRe: Use SQL Server database as Windows file system Pin
g_p_l13-Jul-20 2:45
g_p_l13-Jul-20 2:45 
GeneralRe: Use SQL Server database as Windows file system Pin
musefan13-Jul-20 2:49
musefan13-Jul-20 2:49 
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 
There is no reason why you couldn't store files as "blobs" in an SQL Server database, and use additional tables to add attributes to the "blobs". This would give you some of the WinFS capabilities, at a much lower cost.

Another way would be to store only the pathnames (rather than the "blobs") for each file. This would allow access by standard file APIs in addition to the API provided by your database, and may be useful for backward compatibility. One problem that arises here is synchronization - ensuring that new files are added to the database, and that deleted files are removed from the database.

Either way, you would have to write your own file access API - Windows provides no support for accessing files via anything but their pathnames (and directories).
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.

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 
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 

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.