Hello.
I want to read out the sysdatabase Table from the Maste DB on a specific SQL Server.
I started a SQL Get Rows Action.
I established a connection to the Master DB, but the sysdatabases want show up in the Table list.
The only Tables are:
$nd$srvproperty
$nd$srvproperty
MSreplication_options
spt_fallback_db
and similiar other
My gosl is to execute the following SQL statement:
select name from sysdatabases where name LIKE 'XX_%'
Many thanks
Categories: