Hey,
Assuming you are using SQL server, you can use
Select name from sys.databases and filter out the ones like temp, master etc.
The same can work on Azure SQL DB wherein you would need to exclude the Master database name
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Is it possible to fetch all the database name just like table name we fetch using Lookup activity?
If yes how it is done, request you to please share the steps.
if no, can you please explain the reason and any workaround of it.
Can we pull database name from azure SQL server?
Hey,
Assuming you are using SQL server, you can use
Select name from sys.databases and filter out the ones like temp, master etc.
The same can work on Azure SQL DB wherein you would need to exclude the Master database name