Forum Discussion
Manohargon
1 year agoNew Member
how to bring in data from a database by using data in another database
I have 2 different database. the table in first database has 12 million records and table in second database has 0.6 million records. I need to bring in 0.6 million records from first database using...
zenisekd
Super User
1 year agoI would simply use power query - use import to pull the tables from both databases and then use merge (depending on the needs I would pick the join I need) by the key column. Make sure you are pulling only the columns and rows you need before the merge.