Need to create SSIS package that reads from SQL table (List of SQL Server Name\Instance Name, port -hard coded) and test connection online\offline. If online pass but if offline send email the list of specific offline SQL Servers to user group.
So package consist of 3 steps:
- Read from SQL Table (List of SQL Server Name\Instance, port)
- Connect SQL Server Name\Instance to check Online\Offline Status and loop through list of SQL Servers in SQL Table.
- Send email to user group only offline SQL Servers.
I need help in Step 2.