Ask a questionAsk a question
 

QuestionSQLServer 2005 Notification Service

  • Monday, October 26, 2009 7:18 PMRavikant Shiralkar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi,
            I had created View in SQL server 2005 databse named Employee which contains the details of employee like: EmpID, EmpName, EmpEmailID etc.
    I have requirement where i have to send notification to employee (in 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.