I am receiving a email every day from my vendor with CSV file attachment.
The CSV file has a vendor products list. Every day I import the CSV file in to the SQL sever table (vendor_Products) manually.
Is it possible to automate the process using SQL job ?
Microsoft SQL Server 2008Microsoft SQL Server
Last Comment
Jesus Rodriguez
8/22/2022 - Mon
Jesus Rodriguez
You can create an Outlook AddIn that when you receive an email from the vendor then check if the email has an attachment. If the attachment is a list then run the store procedure on the sql that import this into the list or import the list directly from the email attachment.
I Will send you the example to you in a second