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 |
DenizD
Starting Member
5 Posts |
Posted - 2006-11-22 : 12:21:09
|
Hello!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.What is the BFILE equivalent on a Microsoft SQL Server? I could not find one in the MSDN or Documentation - so maybe there is none? |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
DenizD
Starting Member
5 Posts |
Posted - 2006-11-23 : 04:47:06
|
Ok. Thank you.For those with the same question, BFILE is a Oracle Datatype. There is some Informationin [URL=http://www.microsoft-oracle.com/Siebel/Pages/Workshops.aspx]at Siebel Migration Course - Module 2: Microsoft SQL Server Essentials[/URL] |
 |
|
|
|
|