Viewing 15 posts - 556 through 570 (of 756 total)
timscronin (12/7/2009)
December 7, 2009 at 10:52 am
Try it with "@locallogin = NULL" and let me know if it helps!
December 5, 2009 at 7:27 am
Could you please be more specific about the kind of servers you are using? I found a link which mey help you http://www.eggheadcafe.com/aspnet_answers/SQLServerreplication/Aug2006/post27636484.asp
December 5, 2009 at 7:05 am
I agree with Elliot. Your question is not completely clear. If your question is if it is possible to have more than two instances in the cluster, then first you...
December 5, 2009 at 6:54 am
Hi Bhuvnesh,
Did any of the suggestions help you to solve your problem?
December 5, 2009 at 6:35 am
Ignacio A. Salom Rangel (10/22/2009)
December 5, 2009 at 6:29 am
I think the job will always run under the account that starts the SqlServerAgent service!
November 24, 2009 at 9:08 am
Hey Mad-Dog,
Did you shrink the tempdb, and in case you did, what did you do to shrink it?
November 19, 2009 at 11:00 am
I run my whole backup and DR scripts with SSIS and so far I have little problems with it. It makes the maintenance of the scripts a lot easier that...
November 19, 2009 at 6:54 am
You can add the sp_configure to the script to enable and disable the xp_cmdshell and then you are set.
November 19, 2009 at 6:48 am
I think it has to do with the rights of the sqlagent account on that server. Try to login in that server with the sqlagent account and then delete the...
November 12, 2009 at 6:19 am
So if you disable it with the script an then restart the sqlagent you are good to go!
November 11, 2009 at 7:57 am
Nice script! Thank you!
November 11, 2009 at 7:55 am
The script does not work for enabling the job either. I found another solution, that is using msdb.dbo.sp_update_job. You have to give the job name as a parameter, see the...
November 11, 2009 at 3:22 am
I have the same problem as you. Disabling the job will not stop the backups and even the last run will show the last backup. I will check if I...
November 11, 2009 at 2:03 am
Viewing 15 posts - 556 through 570 (of 756 total)