Is it possible to use Microsoft SQL Server to email out file(s) as attachments?
I would like to create a table that has multiple entries with the email address(es), and file(s) to be emailed out.
I am just not sure if it is possible. I saw the email in the DTS; but have not used that a lot; and not sure if I can make the query driven or not.
The users want to scan some documents into our SQL Database(using Kovis), and have it automated email out daily. The catch is the email output can be different per document. So I will need to have that information in the table based on the input information from the scan. Our scan application does not have an email option that is flexible. I was planning a table with the scanned directory structure, and other identifying information; a table with identifying information and email addresses(that users may change); then a third table to combine them. A job that would read that third table, and email out the file(s). Am I making it too complex? Is there a better way of designing this?
I would like to create a table that has multiple entries with the email address(es), and file(s) to be emailed out.
I am just not sure if it is possible. I saw the email in the DTS; but have not used that a lot; and not sure if I can make the query driven or not.
The users want to scan some documents into our SQL Database(using Kovis), and have it automated email out daily. The catch is the email output can be different per document. So I will need to have that information in the table based on the input information from the scan. Our scan application does not have an email option that is flexible. I was planning a table with the scanned directory structure, and other identifying information; a table with identifying information and email addresses(that users may change); then a third table to combine them. A job that would read that third table, and email out the file(s). Am I making it too complex? Is there a better way of designing this?