Viewing 15 posts - 4,681 through 4,695 (of 9,253 total)
Mac1986 (11/4/2012)
Then can I drop and recreate the DB with My choice of data files?
Are you referring to the source database??
Mac1986 (11/4/2012)
November 4, 2012 at 2:56 am
What is the failure message in the sql server error log?
Have a read through this
November 4, 2012 at 2:46 am
Books online should tell you all you need. Have you had a look on google. I seem to remember there was a whitepaper from Microsoft on the HA technologies.
Once you...
November 4, 2012 at 2:34 am
scogeb (11/2/2012)
November 2, 2012 at 2:25 pm
The mirroring wizard states
Database Mirroring Wizard
November 2, 2012 at 1:26 pm
How are the disks presented to the OS, (iscsi, fibre channel, local raid,etc)?
November 2, 2012 at 12:47 pm
Furthermore, the script targets files with ".ldf" extension. What happens if a DBA creates a database and gives one of the data files on a database the ".ldf" extension 😉
At...
November 2, 2012 at 12:13 pm
OK, you're joking right??
Firstly, TRUNCATEONLY does not apply to T-log files!
A wholesale shrink of all log files on the instance, and you believe this will be beneficial?
What do you do...
November 2, 2012 at 12:06 pm
can you supply the results of this query please against primary and secondaries
selectar.replica_server_name
, ar.endpoint_url
, ar.replica_server_name
, ar.availability_mode_desc
, ar.failover_mode_desc
, ar.session_timeout
, ar.primary_role_allow_connections_desc
, ar.secondary_role_allow_connections_desc
, ar.backup_priority
, ar2.read_only_routing_url
from sys.availability_replicas ar
inner join sys.availability_read_only_routing_lists avr
on ar.replica_id =...
October 31, 2012 at 9:21 am
check your event logs for more info, there'll be some errors there that will be relative.
October 31, 2012 at 4:52 am
normally stopping and restarting the endpoints will cure the issue
October 31, 2012 at 4:19 am
SQLSACT (10/31/2012)
Perry Whittle (10/31/2012)
SQLSACT (10/31/2012)
Please help me understand something the Cluster Quorum and specifically Node and Disk Majority
I understand that if you have an even amount on nodes on...
October 31, 2012 at 4:09 am
Viewing 15 posts - 4,681 through 4,695 (of 9,253 total)