Viewing 15 posts - 1,141 through 1,155 (of 9,253 total)
is it enterprise or evaluation edition
October 19, 2016 at 9:23 am
ysrhashmi (10/16/2016)
4) Over the SAN, drives would be copied. So, just attach the user databases in target
Introducing these into the cluster as disk resources can be tricky unless you know...
October 19, 2016 at 9:21 am
Aatish Patel (10/19/2016)
SQL 2015 EE
2015 huh that's a new one
October 19, 2016 at 9:16 am
Raghavender (10/14/2016)
Could you please help me in setting up SQL Server cluster in cross domain.
What are the prerequisites, what are the precaution we need to take.
Is there any guide...
October 19, 2016 at 9:13 am
ramyours2003 (10/17/2016)
what are possible and preferred owners in cluster ?
The possible node property applies to each and every cluster resource with a cluster role\group, this dictates on which nodes the...
October 19, 2016 at 7:16 am
Talib123 (10/17/2016)
AO failover can only occur between A or B to C.
also note that this failover cannot be automatic, it must be manual failover
October 19, 2016 at 7:11 am
find it hard to believe theres no information in the sql server log or event logs
October 19, 2016 at 5:03 am
webrunner (10/10/2016)
Thanks very much for your feedback. We are going to enlist help from Microsoft in addition to my own assessment of our current environment.- webrunner
You really need a consultant...
October 19, 2016 at 4:59 am
Manic Star (10/11/2016)
Been told by an auditor that we...
October 19, 2016 at 4:54 am
use my query above to check the mapping, this will confirm the account marked as the database owner
select s.name, SUSER_SNAME(s.owner_sid)
from sys.databases s
where s.database_id = DB_ID('yourdb')
October 7, 2016 at 5:56 am
coreyjbaum (9/28/2016)
October 7, 2016 at 5:46 am
Stuart Davies (10/7/2016)
October 7, 2016 at 5:41 am
Terrie (9/29/2016)
October 7, 2016 at 5:36 am
what errors are you seeing in the cluster events and application log
October 7, 2016 at 3:51 am
David92595 (9/22/2016)
October 7, 2016 at 3:46 am
Viewing 15 posts - 1,141 through 1,155 (of 9,253 total)