Viewing 15 posts - 1 through 15 (of 144 total)
I don't see any reference to the SMTP server. Is what's posted the entire script that you're trying to execute?
October 27, 2006 at 7:16 am
Go to http://www.sqldev.net/xp/xpsmtp.htm It's a great freebie and does everything you could ask for, for the price!
October 24, 2006 at 7:09 am
xp_smtp_sendmail works great on job. Does anyone know of a way to use it if fatal alerts arise in the SQL log?
October 11, 2006 at 1:15 pm
Weird. I can't seem to get it to work in the "To:" line but I can in the "CC:". I'll keep trying. Thanks.
October 4, 2006 at 2:12 pm
Randy,
Do you know how to send to multiple people? I've also e-mailed Gert to see if I can get some help. I've tried the usual separtors (, and
October 4, 2006 at 11:53 am
Anyone know of any alternative methods or sources for connecting to DB2 from SSIS?
September 27, 2006 at 12:18 pm
Perhaps I'm not explaining it correctly. I need two subtotals, from different tables. If I put this in the select, it yields incorrect results. Let me know what I can...
August 30, 2006 at 2:04 pm
OK. That kind of worked (see modifications below). It's still not returning the sum of [Column 17] as PTO_Sum, it's simply returning the first three fieldws in the main select....
August 30, 2006 at 11:54 am
It does. I've googled the error and I'm still sorting through all the hits. Hoping for a quicker answer though!
August 30, 2006 at 10:49 am
That seems to have fixed the column 1 issue. Thank you. Now, what about not being able to bind o.portfolio?
August 30, 2006 at 9:57 am
Or, within your job, do something like:
IF DATEPART (HOUR, GETDATE()) = 5
EXEC master.dbo.xp_backup_log
@database = 'JDE_PRODUCTION'
, @filename = '\\coldstandby\dumpsAllOther\jdedumps\wdent2\logs\tranFRI_LITE.bak'
, @init = 1
ELSE
EXEC master.dbo.xp_backup_log
@database = 'JDE_PRODUCTION'
...
June 2, 2006 at 8:59 am
Also, depending on the number of databases, you're potentially going to have a lot of home grown scripts. I have one server with around 60 databases. I run maintenance plans stating...
May 26, 2006 at 9:42 am
I agree with ezann, I've never seen default jobs on a SQL install either (at least not on 7.0 or 2000). I do have 3rd party software that, upon installation,...
May 25, 2006 at 1:22 pm
One of the hits points to a hotfix supplied by MS. Not sure what would've caused this if it had been running fine and no other updates have been installed.
May 24, 2006 at 10:12 am
Google it. They are some pretty interesting hits that may lead you in the right direction.
May 24, 2006 at 9:16 am
Viewing 15 posts - 1 through 15 (of 144 total)