Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft SQL Server > Re: Storing BLO...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 11182 of 11517
Post > Topic >>

Re: Storing BLOBs outside database

by "Plamen Ratchev" <Plamen@[EMAIL PROTECTED] > Jun 26, 2008 at 08:52 AM

Here is a good reading on the topic:
http://research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR-2006-45

The biggest problem with storing BLOB in the file system (in the current
SQL 
Server versions) is to guarantee the consistency of the data. For example,

if you have to restore your database to a point in time, how to restore
all 
files to that same time mark. And with that approach you store in the 
database the path to the BLOB file. Then your client applicaiton code can 
read the location of the BLOB and open it via the client functions to
handle 
BLOB data.

SQL Server 2008 will have the new FILESTREAM data type which provides 
storing BLOB data to the file system while maintaining transactional 
consistency.
http://msdn.microsoft.com/en-us/library/bb933993(SQL.100).aspx
http://msdn.microsoft.com/en-us/library/bb895234(SQL.100).aspx

HTH,

Plamen Ratchev
http://www.SQLStudio.com
 




 4 Posts in Topic:
Storing BLOBs outside database
Annonymous Coward <me@  2008-06-26 11:49:34 
Re: Storing BLOBs outside database
"Plamen Ratchev"  2008-06-26 08:52:43 
Re: Storing BLOBs outside database
Sybaseguru <collap@[EM  2008-06-26 19:15:07 
Re: Storing BLOBs outside database
Erland Sommarskog <esq  2008-06-26 22:01:15 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 0:45:01 CST 2008.