Viewing 15 posts - 91 through 105 (of 231 total)
DBMail works just fine. The Alerts are not working. When the server shuts down, the log gets full, severity errors happen, it does not send out the alert. DBMail...
September 26, 2008 at 12:29 pm
Yes, it's a 64bit and our jobs are notifying us using dbmail.
September 26, 2008 at 12:10 pm
These seem a bit broken up. The 2nd script has no explanation or comments on what the purpose is. Does anyone have any other suggestions? I will continue to look...
September 26, 2008 at 10:20 am
I had originally tried the semi-colon and it did not work. Gail, your fix helped. Thank you so much for your help as always!
September 16, 2008 at 8:09 am
Seems to have worked using the advanced by picking the windows proxy account rather than the Proxy Name itself on the agent. Lets see how it works!
Thanks!
August 28, 2008 at 11:30 am
Here is the working code for sql server 2k5
Execute master.dbo.xp_cmdshell 'dtsrun /S Server\Instance /E /N"Package Name"'
August 28, 2008 at 11:17 am
Sql server 2005. It has t-sql steps as mentioned above. I can change other types of steps to run as proxy but not t-sql.
August 28, 2008 at 10:59 am
Yes, i'm sa as well. It works for all other types, ie. cmdexec, activex, etc. However, not for t-sql. Is there a reason for this? or am I missing something?
August 28, 2008 at 10:16 am
Here is one....
SELECT
'DROP INDEX ' +
QUOTENAME(USER_NAME(o.uid)) +
'.' +
QUOTENAME(o.name) +
'.' +
QUOTENAME(i.name)
FROM sysobjects o
JOIN sysindexes i ON
i.id = o.id
WHERE i.indid BETWEEN 1 AND 254 AND
INDEXPROPERTY(i.id, i.name, 'IsStatistics') = 0 AND
INDEXPROPERTY(i.id, i.name, 'IsHypothetical')...
August 26, 2008 at 9:49 am
I've never used it for security, thank you so much!
August 26, 2008 at 8:12 am
I'm actually looking for something to drop/remove all indexes. But this is great for other projects.
August 26, 2008 at 7:49 am
I would never recommend detatch and attache for system dbs. I agree, help_rev_login is the way to go.
August 21, 2008 at 2:04 pm
IT seesm as we have to put the full email address, where in sql 200 we did not. That worked and still sent the mail queued message, but just putting...
August 21, 2008 at 7:20 am
Thank you so much!
August 21, 2008 at 7:06 am
Viewing 15 posts - 91 through 105 (of 231 total)