Viewing 15 posts - 16 through 30 (of 32 total)
Thanks for the help getting this script to work. It is not apparent immediately because you cannot see the extra spaces(blocks). You have to paste the script into notepad and...
August 3, 2009 at 10:00 am
Thanks! This is great. Do you have a version that is compatible with SQL 2008?
August 3, 2009 at 12:40 am
I solved this, sorry for not posting my solution sooner. SQL Server Management Studio 2005 has some bugs. One of the issues is viewing securables. To fix this install SQL...
May 27, 2009 at 2:44 pm
Sorry for taking so long to post back. Creating an alert in Windows Server 2008 requires you to first setup a windows scheduled task and also a performance counter. In...
May 24, 2009 at 12:55 pm
I found a solution. I thought I would post it here since this has taken me a few weeks off and on to fix.
In Windows Server 2008 you must first...
May 12, 2009 at 12:57 pm
Straight answer: whoever is paying your sms bill.
May 5, 2009 at 9:51 am
You can use this system sproc to find the details of a stored procedure
use msdb
sp_helptext 'sp_send_DBMail'
You cannot write a stored procedure with a period in it like that. A period...
May 3, 2009 at 5:01 pm
I found a way to do this. Create a custom error that executes each job you want the user to use.
Then create a storedprocedure that raises the custom error and...
March 28, 2009 at 3:48 pm
I have been reading security articles on SQL Server and it was recommended to remove buil-in\administrators for sql logins.
March 26, 2009 at 12:17 pm
Thank you for the suggestions. The answer was I needed to add my sql service login account as a user in SQL with write access to the msdb database. After...
March 26, 2009 at 11:42 am
There is no error. The last thing in the database mail log is "activated" . When I manually run databasemail90.exe all of the queued mail messages are sent.
March 25, 2009 at 10:32 pm
Thank you for the suggestions. I have tried all of those and I am still having the same issue.
March 25, 2009 at 10:21 pm
Has there been an answer to this? I am having this same issue.
March 23, 2009 at 2:26 pm
Roy Ernest (3/11/2009)
climbingbum (3/11/2009)
March 11, 2009 at 1:12 pm
Thank you that is exactly what I needed to hear 🙂
March 11, 2009 at 12:29 pm
Viewing 15 posts - 16 through 30 (of 32 total)