Thank you.
For those with the same question, there is some Information
in "Module 2: Microsoft SQL Server Essentials"
http://www.microsoft-oracle.com/Siebel/Pages/Workshops.aspx
ello!
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...
Hello!
Consider you have the Table "Maps" with the following columns and
datatypes:
Map varbinary(MAX)
MD5 nchar(100)
Date datetime
ZipFileName nchar(100)
I wanted to insert a large Zip file into this table (422MB). I used
this statement:
INSERT INTO [mydbdd].[dbo].[Maps] (Map)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.