Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I apologize for maybe stupid question, but how to configure the load of two SQL databases? What synaxis need to use whatever after loading data from one database to start the download of the other? Thanks in advance!
Hi,
You can use its database connection string of different database and then followed by table load statement.
Thanks & Regards
Hi,
Normally, for each database you need to put the ODBC connector in script before the query. Then, loading can be done.
If you want to join the outputs from each database in the same table, you just need a field with a common name.
Hi
HTH
Jonathan
How to open a connection to the second database? I write a line with many connection options - but it does not work.
Just make another connection string, and then add another table. Maybe you can see attached file
Hi,
It is simple you have do do like this
Database Connection String 1
Table load statements Database 1
Database Connection String 2
Table load statements Database 2
Thanks & Regards
Hi,
In your Edit script window ,
at the bottom of your window you will see 'Data' tab
In that select Database->ODBC(Or OLEDB)->select Table Files by Click on Table File Button
Similar procedure you have to follow for your next database.
Hi Ahtoh,
If the database is SQL then we can directly connect through the OLE DB Connection that is available in the Edit Script dialog. Select the OLE DB -> Microsoft OLE DB For SQL Provider/SQL Native Client -> Provide the server, authentication details, database name.
You will find the connection string pasted in the script dialog.
Repeat the same step for the second DB as well which will give you the second connection string.
Please save your credentials (ID and password) in the connection string else it will prompt to enter the details of the server every time when you reload the dashboard.
Hope this helps!
Thanks,
Sai
Thank you all for your answers! I thank you for your help!