Viewing 15 posts - 1 through 15 (of 16 total)
Thanks John for the response. These are system databases that aren't matched to the server collation...so the only thing I can think of is that master, msdb and model...
December 23, 2016 at 6:17 am
Yes, completely right. I don't think it could be used to give a guaranteed minimum latency though if needed.
December 18, 2015 at 8:19 am
You could use log shipping to introduce a restore latency (in addition to the 'natural' latency of Log Shipping) for the Secondary DBs if you don't want it to be...
December 18, 2015 at 7:43 am
Are there any long running transactions? Also, when you manually back up the Log, is that with the DB still in the AG?
July 22, 2015 at 10:47 am
Superb, thanks Perry. Seems obvious now you've said that.
Cheers
Rod
July 9, 2015 at 6:42 am
We get the same issue when VMs are created from a template, I just use the below (which just uses sp_addserver and sp_dropserver as recommended above) to check and reset...
August 23, 2013 at 5:16 am
Very good point, The failover partner makes much more sense when witnesses are being used. We tend not to have auto failover due to our network 'setup'.
Rod
August 23, 2013 at 2:44 am
'Out of the box' its a manual process, if you have server names in the connect string for your app pointing at serverA then it will need to be manually...
August 23, 2013 at 2:15 am
Sorry, forgot to include how to use it
http://msdn.microsoft.com/en-us/library/df40c888-691c-4962-a420-78a57852364d(v=sql.100).aspx
Basically...something like..
setup.exe /ACTION=INSTALL /CONFIGURATIONFILE= {......} etc.
August 22, 2013 at 3:23 am
Hi, the easiest way to get you started I think is to use the Configuration File generated by SQL 2008+. If you go through the motions of an install,...
August 22, 2013 at 3:17 am
I would add baseline comparisons (OS & SQL) to the above as well, allows you to see quite quickly if something has changed from the norm.
Rod
August 20, 2013 at 3:18 am
Hi, the script below will look through the current default trace log for tables Altered/Created/Deleted. Just run it under the context of the DB in question AND enter your...
August 1, 2013 at 7:25 am
Fantastic script above! Thanks. Also, if you're using SQL 2008 R2 SP1 upwards, check out trace flag 2371 to see if its of any use.
Cheers
April 9, 2013 at 1:39 am
I've had a similar issue for 2 different situations in the past.
1) The base oracle client had been installed, but the server not rebooted post install. (SQL+ was...
April 8, 2013 at 10:14 am
Viewing 15 posts - 1 through 15 (of 16 total)