DotNetShoutout - Stories tagged with Blob
5
Shouts

FILESTREAM directory structure - where do the GUIDs come from? - Jacob's Blog

published 1073 days, 3 hours, 37 minutes ago posted by jacobsebastianjacobsebastian 1074 days, 6 hours, 30 minutes ago
Friday, June 18, 2010 1:34:10 PM GMT Thursday, June 17, 2010 10:40:56 AM GMT
SQL Server uses GUID values to name the FILESTREAM folders and you might find it really hard to relate a folder to a table or column. This post explains how you can do it. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: DAC, DBA, SQLServer, Database, Blob, FILESTREAM
6
Shouts

Upload/Import Download/Export any File to/from Oracle Database

published 1161 days, 4 hours, 5 minutes ago posted by lenielleniel 1161 days, 18 hours, 44 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Sunday, March 21, 2010 10:26:18 PM GMT
The general idea one have about databases is that they only serve the purpose of storing plain values as numbers, dates and text. A database does not do just that but even more allowing you to store a whole file as an Excel spreadsheet or an MP3 file in a column you define in your table. This post shows you how to Upload/Import Download/Export any File to/from Oracle Database through a simple ASP.NET MVC application UI. Have you ever heard about BLOB? This is what makes it possible to store a whole file ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.leniel.net
tags: ASP.NET MVC, sequence, Import, Download, Oracle, Database, Blob, Stored Procedure, file, export, upload
6
Shouts

Using FTP to access Windows Azure Blob Storage

published 1167 days, 3 hours, 50 minutes ago posted by http://openid.balliauw.be/maarten/Index.htmhttp://openid.balliauw.be/maarten/Index.htm 1168 days, 8 hours, 12 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 8:58:42 AM GMT
A while ago, I did a blog post on creating an external facing Azure Worker Role endpoint, listening for incoming TCP connections. After doing that post, I had the idea of building a Windows Azure FTP server that served as a bridge to blob storage. Lack of time, other things to do, you name it: I did not work on that idea. Until now, that is. (more)
category: Web Dev | clicked: 6 | comment | | source: blog.maartenballiauw.be
tags: FTP, Blob, storage, Azure