If at some point we transfer many records with CLOB (large text) fields from Oracle Database to SQL Server with a database link that uses an odbc driver, there is a high probability that we will transfer the data incorrectly. More specifically, we will… read more
How can we connect SQL Server to another SQL Server using Linked Server?
SQL Server allows us to connect to and execute queries on remote Database Instances that do not necessarily have to be in the same RDBMS. In this article we will see specifically how it is done from an instance of SQL… read more
How can we connect SQL Server to Oracle Database using Linked Server
SQL Server enables us to be able to connect and execute queries on remote Database Instances that do not have to be in the same RDBMS. In this article we will see specifically how it is done by instance... read more
