Viewing 15 posts - 1 through 15 (of 28 total)
If I were doing this I'd probably use a signed stored procedure to allow someone to execute sp_start/stop_job without the actual permissions, then define what groups / users can start...
March 20, 2016 at 5:47 pm
Hi Makis,
That's an interesting suggestion. I'll have to think about that one a bit, as it would require having a table somewhere where the indexes that the procedure initially disables...
October 23, 2015 at 5:54 pm
Hi Gerald, two excellent suggestions, which I'll implement.
October 21, 2015 at 8:45 am
Edit: DOH, I didn't see this thread was quite old, for some reason it came up in my feed on the site home page. Oh well, still relevant certainly!
Hi there,...
October 20, 2015 at 11:50 am
That is an interesting requirement for sure. Anyway, what login owns the maintenance plan job(s) that failed, and is it part of one of those two groups that grants it...
September 20, 2015 at 3:47 pm
I believe the dbo.systargetservers table in the msdb database has what you are looking for?
September 19, 2015 at 1:38 pm
I will second the comment about keeping transaction log backup files beyond simply the last full backup. What happens if you need to do a point in time restore to...
August 4, 2015 at 8:39 am
I'm not sure why remote connections wouldn't work using an alias, I've used them many times. If you setup your alias like this it should work. (Sorry for the lack...
July 16, 2015 at 5:36 am
Which option do you mean (the include indexes or the 'truncate' vs 'drop' pre-creation one)?
July 16, 2015 at 5:18 am
I would say you should always have index maintenance and statistics update jobs in place, albeit they should be driven by actual fragmentation levels or amounts of changed data, rather...
July 15, 2015 at 2:14 pm
I believe when you initialize from a snapshot by default it will drop and create the tables, hence the indexes will be gone. If your indexes are the same as...
July 15, 2015 at 2:04 pm
Is there anything different about that Z: drive versus the other drives the server uses? Different configuration, etc? Local versus SAN?
July 15, 2015 at 1:58 pm
At one of my previous jobs we simply alternated who watched the queue on a daily basis. That way the work got spread around fairly evenly (obviously there were days...
July 15, 2015 at 5:57 am
Sorry maybe I was confused, are you using an Execute SQL task to start the jobs, or an Execute Package task? It sounds like the latter; how are you using...
July 13, 2015 at 10:57 am
I believe that error message actually means those settings must be set ON, not OFF. I would try setting them both ON and see what happens.
July 11, 2015 at 6:45 am
Viewing 15 posts - 1 through 15 (of 28 total)