Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Inserting data from Oracle 12c blob datatype to sql server varbinary datatype

$
0
0

When Inserting data from Oracle 12c blob datatype to sql server varbinary datatype data is getting mismatch. Using the below statment

Insert into sqltable  

select * from openquery(DBname,Select column1, column2 from oracletbl)

but when I use below query with where condition with the column name data comes proper.

Insert into sqltable  

select * from openquery(DBname,Select column1, column2 from oracletbl where column1 = '**' )



Viewing all articles
Browse latest Browse all 4871

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>