Page 1 of 1

Linked Servers

Posted: Thu 10 Jan 2008 16:36
by peterviau
Which componant can I use to get a list of Linked Servers?

I know you can get lists of databases,tables, fields in tables on a MSSQL server using various componants, but how do you get a list of Linked Servers using SQL SDAC?

Posted: Fri 11 Jan 2008 11:39
by Antaeus
You can do this with the TMSMetaData component. You should set its ObjectType property to otLinkedServers.