|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Yesterday @ 10:34 AM
Points: 494,
Visits: 2,158
|
|
Good afternoon,
Using the following excellent site as my inspiration http://sql-ution.com/ to build my own DBA repository from scratch.
Progress so far:
See below:
1) This gets list of servers from a SQLServers table I have in my DBA Repository database.
2) In my Foreach SQL Server loop I have a task that will attempt to connect to the server. If the package can't establish connection then an entry is added to the log table.
3) Don't worry about this.. still WIP!
4) This just displays a box with the server name - not important.
5) Now this is where it gets interesting. As I'm looping through my servers, I want to get information about each server and then store it in my DBA repository. The problem is when I go to define my OLD DB source (see below). SSIS will not allow me to select the Dynamic Connection!
Any ideas?!
Thanks.

----------------------------------- http://www.SQL4n00bs.com
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Yesterday @ 10:34 AM
Points: 494,
Visits: 2,158
|
|
|
|
|