hi, I had created a view in a SQL Server 2005 database named Employee which contains the details of employee: EmpID, EmpName, EmpEmailID etc.
I have to send notification to employee (under a certain condition) using SQL Server 2005 Notification Services taking his/her Email ID from EmpEmailID field of Employee view.
I have no knowledge about SQL Server 2005 Notification Services. Please help me, how can i do this?
Answer by Slick84 ·
I didn't either until I read this.
http://www.microsoft.com/Sqlserver/2005/en/us/notification-services.aspx
Check it out and hope it helps :)