Anybody know how to use SSIS to get filegroup information on servers? I have an SSIS package that loops through multiple servers and records system settings to a central table, but I can't figure out how to loop though and gather filegroup free space on
each server. I've tried sp_msforeachdb in an OLEDB source task, but I can't figure out how to get it to work. I need to record ServerName, DatabaseName, FileGroupName, TotalAllocatedSpaceMB, FreeSpaceMB.
Scott Schommer