question

getasad avatar image
getasad asked

How to Check List of SQL Servers Online/Offline Status through SSIS Package

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:

  1. Read from SQL Table (List of SQL Server Name\Instance, port)
  2. Connect SQL Server Name\Instance to check Online\Offline Status and loop through list of SQL Servers in SQL Table.
  3. Send email to user group only offline SQL Servers.

I need help in Step 2.

ssispackagemonitoringsqlserver2014
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.