Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DenizD

  1. DenizD

    BFILE on MS SQL Server

    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
  2. DenizD

    BFILE on MS SQL Server

    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...
  3. DenizD

    BLOB Insert and Select of BIG Data

    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)...

Part and Inventory Search

Back
Top