availability group listener
I am using sql 2012 always on availability group to synchornize a few databases to a DR location. My primary node went down today.so the sql 2012 in DR looks like is primary now but my applications are...
View ArticleAlways On Alerting - Synchronisation Failure
Hi, I've setup a SQL AlwaysOn Availability Group between 2 Windows 2012 Servers runing SQL 2012 using a file share witness. I'm using synchronous commit between the two nodes and I'm using a file share...
View ArticleTwo Levels of Failover across two different database hosted on seperate...
Hello, The following solution provides a High Availability for a Transactional database (1.5 TB) and a Reporting Operational Data Store (which is an exact replica of Transactional dB) across two...
View Articleconnect from an appachi server to SQL server always on
Hi,I have a SQL server always on and an appachi linux server.How do I connect to the SQL server always on database from the appachi server?
View ArticleUnable to create a linked server that points to an availability group listener.
I don't even know if this scenarios is supported or not, I can't find any documentation on it.I have a couple SQL 2012 servers setup using AlwaysOn Availability Groups. The listener (SQLAG1) is setup...
View ArticleAlways On or Windows SQL Cluster - Can a third asynchronous node be added at...
Windows Server:2012 R2 DataCenter on VMWareSQL Server: 2012 EnterpriseThe plan is to have two nodes on a Always On Cluster in a synchronous mode. The question is can a third node be added at a later...
View ArticleCorrupt SMALL transaction log backups in Log Shipping Scenario
Hello, I have been reading this forum for years and this is my first post.I have a log shipping scenario set up in my LAN. I have multiple source servers and one backup server for all the restored...
View ArticleRouting and Remote access can cause cluster network issues?
After enabling routing and remote access on the servers, we found lots of cluster issues on our server like<o:p></o:p>Cluster Service stopped Communication was lost and reestablished...
View ArticleCreate database instance from files
Hi, let me first start by saying that I'm not a SQL DBA, I work in infrastructure and am assisting a DBA build a SQL 2012 cluster plus cold stand-by DR. The configuration that we are building consists...
View ArticleBackup strategy for an Always ON setup
Hi All:I have configured AlwaysON in my SQL Server 2014 environment.Now I am trying to setup a backup strategy for the databases in the Availability group.When I try to create a management plan which...
View ArticleConstantly getting "Reopen for Clustered Client Failover registered...
Hi everybody.Hope somebody will be able to help me with the following issue. I have the following environment configuration:1. WFC cluster (cluster1) contains 3 nodes - sql1,sql2,sql32. sql1 and sql2...
View ArticleOpenRowSet without sysadmin rights
Hi,When I execute SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0','Excel 12.0 Xml;HDR=YES;Database=\\LinkedServer\Share\TEST\emp.xls','SELECT * FROM [Sheet1$]'); I got error "Ad hoc access to OLE...
View ArticleSQL Cluster
If we have a single node cluster with 2 instances running and then we decide to add a server to the cluster, Do we need anything else in the config file for installationRemember, server does not have...
View ArticleAccess to view blocking sessions in sql server 2008
Hi,One of my client wrote a stored procedure. we scheduled this SP in a job. while job is running, it is blocking other sessions. It is happening frequently. So, client is asking me to grant permission...
View ArticleRestore SQL 2012 Server
I have two sql 2012 servers in a cluster. If one of my servers, has to be rebuilt from scratch like reload os, sql server 2102, what is the best way to do this and get the server back in the cluster.
View ArticleBest practice for replicating Partitioned table
Hi SQL Gurus,Requesting your help on the design consideration for replicating a partitioned table.1. 4 Partitioned tables (1 master table with foreign key constraints to 3 tables) partitioned based on...
View Articlesql server 2008r2 cluster missing disks situation
I apologize if this is in the wrong forum.I have a SQL Server 2008R2 server cluster setup. Currently, I have 5 drives (C: is the OS and E: to H: are the shared disks). Drive E: is the data drive. I...
View ArticleScript Powershell to check Always on status
hiI am looking for a script or help to write a script that would give me some information about my state of cluster failover and state groups availability group.I wish to know my machine node that owns...
View ArticleLog shipping stops working
Hello,Log shipping (Stand by)stopped working after changing the network path location of log backup to new share location.Am getting error like An entry for primary server , primary database Open fire...
View ArticleLogshipping
Hi,In logshipping primary server if truncate happens and the same is shipped to secondary server database then how can we recover the data before and after the truncation happened in primary server?
View Article