Wednesday, March 28, 2012

Saving PDF files to database

Dear Friends

I have a requirement to save pdf files to database and need to send those saved pdf files thru emails. How can i save the pdf files to database and send those files as attachment by using a stored procedure in the database server. I cannot sent the emails from the client because there are thousands of such files which is not a good soulution. Am expecting some guidelines

Vinu M

If you're using SQL Server 2005, try Database Mail: http://msdn2.microsoft.com/en-us/library/ms175887.aspx

No comments:

Post a Comment