Viewing 15 posts - 61 through 75 (of 249 total)
After all that, I am wondering if perhaps I can't just change the bit on the target schedule, edit the schedule, and then change the bit back.
April 23, 2014 at 7:12 pm
Thanks for all the advice. I'm still trying to figure out the "best" way to go. I'm also considering creating a group of "identical" master jobs that very...
April 23, 2014 at 7:09 pm
If I either remove the target or delete the master job, the job on the target gets removed - as it should. I'm curious - is it possible to...
April 22, 2014 at 1:24 pm
I was thinking of a waitfor, but that would make the run time information harder to use. I want to know how long the backup takes, for example. ...
April 22, 2014 at 1:16 pm
I also noticed that there is no option to run the MSX job on the master. The master can't enlist itself or another master. It appears I will...
April 21, 2014 at 3:25 pm
I would like to use a master job to deploy maintenance scripts. One of the requirements is to stagger the schedule. For example, separate the DBCC a few...
April 21, 2014 at 3:13 pm
I work for a local government agency that has many business functions. Many of the functions don't change that much over the years. We support many databases and...
April 14, 2014 at 11:27 am
Have you tried restarting the agent? That is what seems to be required to get it working again in some cases.
April 9, 2014 at 6:39 pm
I'm torn too. Gone are the days when an application could be developed and used for many years. Vendors can force-feed product version upgrades as the only means...
March 26, 2014 at 1:32 pm
Jeff Moden (12/21/2013)
rstone (12/18/2013)
If it is used to connect back to SQL Server using a trusted connection (e.g., SQLCMD -E), it would be running T-SQL as sysadmin.
Shifting gears a bit,...
December 23, 2013 at 12:52 pm
I also did it with powershell. I created a function with a parameter that is a list of servers. It would also prompt for a restart the service...
December 19, 2013 at 11:48 am
K. Brian Kelley (12/18/2013)
Slevin (12/18/2013)
rstone (12/17/2013)
December 18, 2013 at 3:02 pm
I think I was confusing delegation with impersonation. As a sysadmin, I sometimes use EXECUTE AS to impersonate a login to test permissions. In this case, once the...
December 17, 2013 at 2:27 pm
When the trust for delegation is enabled, can I, as a sysadmin, use SQL Server to impersonate the domain admin account?
We have a vendor that claimed they don't...
December 17, 2013 at 10:49 am
Another issue I've seen is RBR -> RBAR. If something somplace requires processing a row at a time, then that's the way it's all done. For example, sending...
December 11, 2013 at 2:21 pm
Viewing 15 posts - 61 through 75 (of 249 total)