Viewing 15 posts - 3,946 through 3,960 (of 9,253 total)
Firstly run a cluster validation and review the output.
post details of any errors.
October 14, 2013 at 12:56 am
bugg (10/10/2013)
The servers are literally next to each other so its not a network issue.
Although they are next to each other, they presumbaly plug into a network switch, is this...
October 12, 2013 at 10:40 am
are you using any trace flags on the sql server service startup?
Can you provide more detail on the host spec and storage setup too?
October 12, 2013 at 10:36 am
Gerard Silveira (10/7/2013)
The Quorum drive has 1GB space assigned to it
Volume in drive Q is SQLRDM02-Quorum00
Volume Serial Number is
Directory of Q:
10/07/2013 ...
October 9, 2013 at 5:11 am
If you evicted the node from the cluster then flatten it totally and re deploy the OS would be the best recommendation
October 9, 2013 at 4:42 am
dgraf (9/20/2013)
I have a Windows Failover Cluster setup across 3 nodes with only 1 service/application running on it - which is SQL Server 2012. Everything works great, however now...
September 27, 2013 at 7:19 am
the default within Litespeed is to parallelise across all available CPUs. Using the @affinity and @throttle parameters you are able to specify which processors the backup uses and the max...
September 19, 2013 at 5:59 am
database mirroring between stand alone servers.
Certs are also used for TDE
September 19, 2013 at 5:55 am
sickpup (9/17/2013)
I'm running into some trouble setting up log shipping (on a 2008 R2 installation) and I'm hoping someone can point me in the right direction.
I'm using the setup...
September 18, 2013 at 4:59 am
Yes you have to create a new query
September 17, 2013 at 11:39 am
Open fail over cluster manager and view cluster events there
September 17, 2013 at 10:26 am
refer to the cluster events console and the app and sys event logs for more info
September 17, 2013 at 5:26 am
homebrew01 (9/16/2013)
Logged...
September 17, 2013 at 5:19 am
ft55 (9/9/2013)
1. Infrastructure team build new server and add the new node to the failover cluster at a windows level.
2. Run the Add node...
September 11, 2013 at 4:29 am
use the following to purge backup files from the secondary
exec sys.sp_change_log_shipping_secondary_primary
@primary_server='primary sql instance'
, @primary_database='primary db name'
, @file_retention_period = no_of_minutes_to_keep
September 6, 2013 at 7:17 am
Viewing 15 posts - 3,946 through 3,960 (of 9,253 total)