Hi Guys,
Basically I am a dba, I am completely new to SSIS...and know basics about c#, I've got a requirement to collect information about sql services on mulitple database servers and other information.
I wrote the code in C# using WMI code generator and it is in a .txt file.
Now I m using WMI data reader task in ssis, to loop through multiple servers to collect the information using foreach. Here I got a problem that i need to input the server name in each ADO enumerator to C# code..
could you please help me how to pass the server name to my code..