I would like to retrieve the connection string (and credentials) for each of my data sources (without having to click on each individual item). The DataSource table has a column called ConnectionString, but the data type is image, which cannot be converted to varchar. Does anyone have any ideas of how to pull this information from the database?
I have tried converting to binary/varbinary, and then converting to varchar, but I get garbage back.
Thanks,
Marianne