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.
Author |
Topic |
erenkaygusuz
Starting Member
2 Posts |
Posted - 2010-12-04 : 15:03:58
|
What is the BFILE equivalent on a Microsoft SQL ServerMaybe you know the Type BFILE from Oracle Databases.BFILE (External Binary File) is a binary file stored outside of thedatabase 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. |
 |
|
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 |
 |
|
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. |
 |
|
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" |
 |
|
|
|
|