Running rebuild index script but not working well for me.
USE master GO -- Variables to be used in the script DECLARE @name VARCHAR(200) DECLARE @TRNBackupPath VARCHAR(2000) -- Declare a cursor that will return all user databases DECLARE db_cursor CURSOR...
View ArticleSQL Cluster Decommision
Hi,I have a 4 server SQL 2005 cluster running on W3K and I want to understand the steps to remove two of the servers from the cluster. I know I can evict the servers from the Window cluster manager...
View ArticleSQL Standard Reporting Web Services Scale Out deployment against Enterprise...
As part of the pre-reqs for scale out deployment, it mentions it is only supported in Enterprise, Developer, and Eval. Does this relate to the database hosting server or the Web Services Server as...
View ArticleReplication with Change Data Capture
Hi All,SQL Server 2008R2: Enabling Change Data Capture on a replicated database or its tables will have any performance impact on existing transactional replication.Is it possible to use both of them...
View ArticleLog Backup Hung on SQL Synchronous AlwaysOn Cluster with HADR_SYNC_COMMIT
Hi All,Log backups kicked off for the databases on my cluster today and hung on a small static database. The Wait_type = HADR_SYNC_COMMIT. It's been stuck like this for hours. As previously mentioned,...
View ArticleIP change for SQL Cluster and Nodes and Windows cluster
Hi Experts,We are planning to change all IPs of PRODUCTION Failover Cluster Setup. In my cluster setup ... we have 2 Physical Nodes with windows-2008, Roles are MSDTC and SQL-2008R2.IP change for:1....
View ArticleAysnchronous replica failover
We have a multi-subnet 2 node cluster alwayson setup for a database that's about 1 TB in size for DR purposes in asynchronous mode. We have a requirement to failover from primary to secondary and...
View ArticleWhich replica becomes primary when availability group fails over?
Hi,I have 3 synchronous AlwaysON replicas: A, B and C. A is primary, B and C are secondary and both are set to Automatic recovery. How can I understand, which of them (B or C) will become primary when...
View ArticleValidate Data in SQL Transcation Logsshipping
Dears,Sorry for less knowledge, this maybe a beginner question.Out of using stored procedure, reports and all this staff, I want to know the possible way to make sure that the data inside my Secondary...
View ArticleSQL AG multiple instances on each AG member
I am looking for information on setting up multiple instances of SQL 2014 on a single server and then adding each of those instances into availability groups. Is this supported? Is this a good idea?...
View ArticleSQL Cluster
Hi,I have a 4 node cluster the setup is as follows:OS W3K R2 SPSQL 2005 SP2The cluster can be managed from the Cluster Administrator console, however how can I check or manage the cluster model (I want...
View ArticleFailover Cluster Manager: Can we create multiple Clusters on one windows 2012...
Failover Cluster Manager: Can we create multiple Clusters on one windows 2012 Server ?Scenario:We have Always ON on Node1 to Node2. Cluster configured with Node1,Node2,Node3. Node3 used as...
View ArticleAdd client software to failover cluster
Good day All;The main objective of our effort is to have a third party program operate on a failover cluster. The OS is Windows Server 2012 Datacenter loaded on 2 nodes. A virtual node exists along...
View ArticleSQL Server Always On Licencing
Hello All,I have a question on ALwaysOn Availability Groups. I have 2 servers where I want to put my SQL server into a fail over mode. When reading the microsoft SQL Server licencing guide, it was...
View Articleremoving a cluster node with hardware faillure
Very simple issue. In case of hardware unrecoverable issue, I have two msdn articles which states different things.First one claims you remove the node from mscs....
View ArticleSQL 2012 FCI + AlwaysOn: Connection remapping in case of failure?
SQL 2012Hi Guys,I am working in understanding more the feature <AlwaysOn>.I have already worked with FCI (Failover Cluster Instance) and I would like to understand more about...
View ArticleUnable to connect to Availability group listener from remote server without...
Environment:SQL Server 2014 on Windows Server 2012 R2.We have our availability group configured and working. However, when we try to connect to the AG listener from a remote server, we have to use the...
View ArticleHalf Physical and Half virtual Cluster
We have a client that wants to migrate a physical cluster to VMware (5.5). At high level what they would like to do is to add VMs to the cluster, add the SQL Server Failover Cluster instances to the...
View ArticleFailover clustering 2008R2
I tested the failover clustering for SQL 2008R2.When I stop the SQL server services manully, the failover did not fail to another resource. At the Faiolover cluster manager, SQl server(MSSQLSERVER)...
View ArticleSecondary Availibility Replica -Reporting Services SQL Agent Jobs
Hi,My environment has a Primary and one Secondary Replica in our Availability Group, using synchronous commit, and the Secondary Replica is not enabled for Read Access. In the initial setup of the...
View Article