Configure log shipping for always on databases in sql server 2012
Hi Chaps,I need to understand how can i setup log shipping on always ON databases in Sql Server 2012.Any thoughts or ideas on same would be appreciated.RegardsRahul
View ArticleCreating SQL Server 2012 HA and Recovery
Hi,In environment we want, if possible to create a setup of SQL in the following way:1. In primary site, to create a standard cluster setup with 2 nodes cluster using a same storage,2. In secondary...
View ArticleAttaching db with missing transaction log, and remapping location to new drive
I have a detached database that I am trying to attach and it will not allow me to do so. It is telling me the location for the log file does not exist. Which is true. I need to attach the db, point it...
View ArticleLogShipping issue while restoring the log with STANDBY option on SQL Server 2012
We are using log shipping and RESTORE WITH STANDBY on SQL Server 2012 in order to restore the database in read-only mode for reporting purposes. However, the log shipping setup keeps breaking after...
View ArticleAdd (SharePoint) Databases to Availability Groups - Which Initial Data...
Hi people,I want to add Databases to the Availability Groups, When I manual restore the database (using 3 party tool) on the Secondary replica with "no recovery", and I choose during Add Database...
View ArticleMirroring and replication in same database
Hi, In my environment we have a 350Gb of database for which we have configured DB Asynchronous mirroring for DC to DR. We have also configured Transactional replication with 2 subscriber and Snapshot...
View ArticleFailover in clustering
Hi Experts,I am new to clustering, last night one of The primary server had some issues last night. It lost connection to it's drives. SQL instance went down on the primary node. Someone worked on...
View ArticleUnable to Find SQL Agent
Hi There,We are using SQL Server 2012 and we would like to do create schedule for the SQL Backup. As I know, the backup is performed by the SQL Agent. However, we can't find where the SQL agent is....
View ArticleJobs in SQL Always on
I am using SQL 2012 with Always on (with automatic fail over); I have few jobs. I understand that I can use following logic to determine if the present node is primary or replica.DECLARE@ServerName...
View Articlesql 2005 event id 9004 & 3456
Hi After patching our server last week, the vm machine had bsod. After a week we noticed that the server was having event id 9004 and 3456. It looks like the logs were corrupted. What's the best way to...
View ArticleCan SQL Server 2012 R2 Standalone mode be converted into SQL Server Failover...
Hello Community If you install SQL Server 2012 and setup the SQL Server in standalone mode, later on can you convert that setup into a SQL Server Cluster Failover mode or do you have to install SQL...
View ArticleQuestion concerning AlwaysOn Availability Groups
Good morning experts,In our environment, we have an AlwaysOn Availability Group which provides us with a Primary replica and a secondary replica in a co-location for Disaster Recovery purposes. We...
View ArticleKey rotation with DR site
My DBs are big (7.5 TB), they are encrypted using TDE. I need to rotate the keys once every 2 years. I have a DR site which is getting synchronize with the primary site using a 25 MBits line. The...
View ArticleAlwaysOn Recovery causes CPU spike CPU 100%
Hello All,We have a 3 nodes AlwaysOn environment(Windows 2012 R2 + SQL Server 2014 + SQL Server 2012, all latest rollup installed).Sometimes the CPU stuck on 100%, all clients complaining the system is...
View ArticleHeavy IO maintenance while having alwaysOn
I have some maintenance which generate a lot of IO (i.e. compress big tables, apply partition on a big table, reindex on very big tables etc.),My DBs are synchronize to the DR site over a network line...
View ArticleLog Shipping Secondary database is marked as Suspect by SQL Server after few...
I have implemented Log Shipping in test Environment of SQL Server in two Different Systems and Everything is Set up Successfully. for first time the database is restored with the log and the next time...
View ArticleKey rotation without re-encryption the DB
Is there a way to rotate keys for TDE and SQL will not re-encrypt the whole DB?
View ArticleDifference between Always on Fail-over cluster and Always on availability group?
Hi All,What is the basic difference between Always on Fail-over cluster and Always on availability group?Is Always on Fail-over cluster also a new feature in SQL 2012? or it is just the Fail-over...
View ArticleHow to create a DTC service for a Failover Cluster instance on Windows 2012...
Hi I am trying to create a 2 Node cluster on a Windows 2012 with SQL Server 2012 Standard edition. I created the SQL Server ( Database Engine ) Failover instance on the 2 Node Cluster successfully....
View ArticleCannot Shrink Transaction log in availability groups
i use availability groups synchronous mode , i want to shrink log file but it not reducei do this step1.i access primary node2.i backup transaction log3.i shrink log file it finish but file not...
View Article