I need to write an application that will monitor sql server processes. If there is an issue I need to generate an e-mail. The e-mail portion of the code I have so that is not an issue. Anyone have any ideas how to write the SQL server process monitor?
.NET ProgrammingVisual Basic.NETASP.NET
Last Comment
CipherIS
8/22/2022 - Mon
Nasir Razzaq
>If there is an issue I need to generate an e-mail.
What issue? And in what way do you want to monitor?
CipherIS
ASKER
I need to know if there are problems with the SQL Processes. I need to send a notification that a problem occurred so I can log onto the server and try to resolve the problem.
The problem I am having is that when I run it I receve the following error:
Error 1 The type 'Microsoft.SqlServer.Management.Sdk.Sfc.ISfcValidate' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'. C:\Applications\SQLProcessMonitor\SQLSrverProcessMonitor.cs 35 13 SQLProcessMonitor
I believe the reason is related to the DLL that I used was in
What issue? And in what way do you want to monitor?