Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 What is the BFILE equivalent on a Microsoft SQL Se

Author  Topic 

erenkaygusuz
Starting Member

2 Posts

Posted - 2010-12-04 : 15:03:58
What is the BFILE equivalent on a Microsoft SQL Server

Maybe you know the Type BFILE from Oracle Databases.
BFILE (External Binary File) is a binary file stored outside of the
database in the host operating system file system, but accessible from database tables.

dataguru1971
Master Smack Fu Yak Hacker

1464 Posts

Posted - 2010-12-04 : 15:13:12
I believe it is BLOB data.



Poor planning on your part does not constitute an emergency on my part.

Go to Top of Page

erenkaygusuz
Starting Member

2 Posts

Posted - 2010-12-04 : 15:18:27
Blob is not useful for me.I must save Data outsite of database.Blob saves in database
Go to Top of Page

dataguru1971
Master Smack Fu Yak Hacker

1464 Posts

Posted - 2010-12-04 : 16:22:45
http://msdn.microsoft.com/en-us/library/bb862195.aspx




Poor planning on your part does not constitute an emergency on my part.

Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2010-12-04 : 17:20:05
Also have a look at FILESTREAM.



N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -