Hello all,
Could someone please advice me if it is possible to have a sql query that can reference a table on SQL Server and TERADATA.
For example I am trying to create an excel userform which pulls some data from a TERADATA database and SQL SERVERDATABASE. so if [table On TERADATA] and [TABLE on SQL SERVER] have a refernce [REF] which they can be linked on I want to create an ADO connection to them and pull some data into a spreadsheet.
ie. SELECT
t.Teradatafield,
s.SQLServerField
FROM
TeradataDB t,
SQLServerDB s
Could someone please advice if something like this is possible with EXCEL VBA
I hope i have explained this well.
Cheers,
Neemi
Could someone please advice me if it is possible to have a sql query that can reference a table on SQL Server and TERADATA.
For example I am trying to create an excel userform which pulls some data from a TERADATA database and SQL SERVERDATABASE. so if [table On TERADATA] and [TABLE on SQL SERVER] have a refernce [REF] which they can be linked on I want to create an ADO connection to them and pull some data into a spreadsheet.
ie. SELECT
t.Teradatafield,
s.SQLServerField
FROM
TeradataDB t,
SQLServerDB s
Could someone please advice if something like this is possible with EXCEL VBA
I hope i have explained this well.
Cheers,
Neemi