Receive an email in SQL Server to add data to a table -
I have set up an email account, which currently uses the MSDB database which is automatically generated. I have set up the email sent from the server that works fine, although I am not getting the answer in the database, nor the stand-alone email sent to the database has been sent, it appears only in the email account I am sending emails from ...
Can someone point me in my help or right direction so that I can send an email to a SQL Server database to update a file, for example I would say I want this format In order to send a timetable via email:
Monday 08:00 17:00 Tuesday 08:00 17:30 if it is stored In the database I know that I can read it and then change it to change it. I can actually innovate, actually its ability to send an email to an email with which I am facing problems.
I am using SQL Server 2012 as 64 bit also
Comments
Post a Comment