I tried with an application to insert a text file around 70 Mo into a BLOB in SQLServer, the timming is awful more than 3 hours to load this file (with Oracle I need 15 min). I tried to use TEXTCOPY but there is an error Msg 7123 I think my file is too big.
Someone has an idea ?