Viewing 15 posts - 4,981 through 4,995 (of 9,253 total)
To thoroughly test the storage for I\O patterns use SQLIO not sqliosim
September 20, 2012 at 1:11 pm
ok, so what checks are in place to validate files that have been or not been restored.
If you're doing this completely manual then it is very easy to get out...
September 20, 2012 at 6:47 am
aaa-322853 (9/20/2012)
We have implemented custom log shipping between the primary and secondary database. The secondary database in on a SQL Server 2005 cluster with the data/log/undo files all on...
September 20, 2012 at 4:32 am
SQLSACT (9/20/2012)
however, is it just me or does it become very complex when you start combining FCI ?Thanks
yes extremely, why do you think i wrote the article 😉
September 20, 2012 at 3:53 am
it's the check to make sure the sql server instance is online and responding
September 20, 2012 at 3:23 am
Nater (9/19/2012)
Alright I got a few more questions. How exactly do backups work in SQL Server 2008.
Are you talking native backups or 3rd party (Litespeed, Sqlbackup, etc)?
Nater (9/19/2012)
September 20, 2012 at 1:49 am
phani112 (9/19/2012)
We also have a similar situation in my current project where we are planning to have SQL MSCS on ESX. The main purpose of MSCS is for hardware failures...
September 20, 2012 at 1:22 am
sql-lover (9/19/2012)
-I am using smart ReIndex-The ReIndex will run for 1st time
How do you know? Unless you force reindex you could end up reorging some indexes and this will bloat...
September 19, 2012 at 2:35 pm
switching to bulk logged will minimally log for an index creation same as simple and won't break the log chain, if its a reorg its fully logged regardless 😉
So, are...
September 19, 2012 at 2:04 pm
Have you checked Books Online??
Before just going and enabling compression check the pre reqs and restrictions as there is an overhead and sometimes a performance impact.
September 18, 2012 at 9:43 pm
There's little point moving the masters log file. Best to always keep the master files in one location as with model and msdb too
September 18, 2012 at 9:40 pm
Grant Fritchey (9/18/2012)
I agree, read Perry's stuff.
Hey thanks Grant, i appreciate the vote of confidence
With AlwaysOn features it literally consolidates the functionality of mirroring and failover clustering into one neat...
September 18, 2012 at 6:55 am
SQLSACT (9/18/2012)
Grant Fritchey (9/18/2012)
September 18, 2012 at 6:06 am
Satish-1028188 (9/18/2012)
Thanks Sudhakar, yes (in last few cases) it was in-between t-log...
September 18, 2012 at 5:27 am
alanspeckman (9/14/2012)
Why would SQL Server restart when DTC is failed over, especially when DTC isn't even used according to transaction statistics in the Clustered DTCs folder under Component Services?
Service dependencies...
September 18, 2012 at 5:24 am
Viewing 15 posts - 4,981 through 4,995 (of 9,253 total)