Viewing 15 posts - 16 through 30 (of 97 total)
I have many scenarios for using SQL server to send the mails. None of mine yet have used a batching method since the recipient list is pretty small.
1. Data integrity...
May 31, 2010 at 6:56 am
Gift Peddie (5/27/2010)
This then runs at a particular interval as a scheduled task and I keep our Exchange Admin from breathing down my neck.
This relates to what I was saying...
May 27, 2010 at 6:04 pm
Mike-1076638 (5/27/2010)
select * from subscribers where subscription_date=getdate()-365Easy Peasy
Mike
DB Software Laboratory
Well, that was my point with the purely fixed distribution list on the mailserver. I was...
May 27, 2010 at 2:15 pm
alen teplitsky (5/27/2010)
May 27, 2010 at 12:51 pm
Cinderella data users!
Oh how I laughed so long I cried.
The actual crying is pretty much done with now. That was almost the entire company when I joined. Every department with...
May 27, 2010 at 9:47 am
Aye. There are better things to do with a DB system than use it as a mass mailer and better systems for doing so but sometimes, if you have a...
May 27, 2010 at 8:45 am
Ahh, I see where you are going there. If Mcafee was monitoring an email client and an external program tried to connect via the back end of the client then...
May 27, 2010 at 7:20 am
One simple way is not to use Mcaffee. Sorry but that's just it.
Besides if it is flagging a plain html email with no attachment as a virus then there is...
May 27, 2010 at 6:46 am
Outlook and Notes are clients (not sure if Notes server is called that).
Mine is set to send via MS Exchange though any email server software such as sendmail would do....
May 27, 2010 at 5:00 am
Nice article and it made me look back at some stuff I had done a while back and re-jig it to fit in with this.
I took a slightly different take...
May 27, 2010 at 3:52 am
The one bit in my script that people might find useful in the one from the article is the conversion from the silly* integers to real dates.
The below is actually...
December 15, 2009 at 6:47 am
Nice one. Where was this a couple of weeks ago when I was looking to build a job dashboard.
I actually ended up taking things to bits, breaking it down and...
December 15, 2009 at 4:56 am
Jonathan Melo (12/14/2009)
Rob Fisk (12/14/2009)
Pretty certain I found this based on another article here somewhere but cannot find it to give credit.
I believe that must be a Jeff Moden article,...
December 14, 2009 at 8:09 am
Always good to see different ways of approaching things. Will have to have a look at the issue with the single item here and then maybe set up some performance...
December 14, 2009 at 4:00 am
Brad Chapman-387295 (12/8/2009)
When I change C# source to have xlsx extension the Excel file will not open....
December 8, 2009 at 9:52 am
Viewing 15 posts - 16 through 30 (of 97 total)