Viewing 8 posts - 1 through 8 (of 8 total)
Hi Randy
Re your average run time per server job = backup time. I would, as you intimated, rather directly query the backupset table in msdb and do a DATEDIFF...
April 22, 2014 at 10:29 pm
Hi Randy
Yes there is a way to convert an MSX job to a local job. But remember, with great power comes great responsibility. ;-).
In the msdb db on the target...
April 22, 2014 at 10:25 pm
Re the 2012 / 2008 question. Yes, you can use a SQL 2012 MSX server and enlist 2008 R1 and R2 and SQL 2005 servers if you have those...
April 21, 2014 at 10:25 pm
Hi
To stagger the jobs on the different target servers you would have to, in the 1st job step for example, have a 'randomizer' based on the host name.
Eg:
DECLARE...
April 21, 2014 at 10:20 pm
What are some of the bigger MSX/TSX deployments out there? Are there upper limits? Has anyone done or seen large scale enterprise deployments?
September 6, 2013 at 1:45 am
I have published my solution on my blog:
No cursors and no undocumented system sp's. 🙂
This works really well for a list of 150 servers!
May 26, 2009 at 11:26 pm
From the same web site:
http://www.sqlservercentral.com/columnists/dasanka/temptablesinsqlserver_printversion.asp
Basically a structure in Memory. BOL has some good info and tips on a TABLE variable, one of those is that its cleaned up automatically...
August 13, 2004 at 1:35 am
Hi
When SQL Server reads data from disk from a data file, it does so in 64kb blocks, or the size of an extent. So setting the allocation or block size...
January 22, 2004 at 11:39 pm
Viewing 8 posts - 1 through 8 (of 8 total)