SQL reverse log shipping techniques.
I have been testing the Reverse Log Shipping technique as in http://sqlmag.com/database-high-availability/3-log-shipping-techniques. I was able to do reverse log shipping if I leave out the 2 optional...
View ArticleSQL 2008 Active - Acvite Cluster
I have 2 node windows 2008 cluster server, I installed sql 2008 active - active cluster this is work fine but, when i move one instance to other clusrter server, instance has failed ( SQL Server and...
View Articlesynchronize two SQL Servers
HiI have two virtual webservers (same workgroup, Windows Server 2012) on two different hosts, both with SQL Server 2012. The second server only runs, when the first one is offline. Both servers need to...
View ArticleAlways on Scenario
Always on Scenario :- I have 1 primary and 2 secondary servers. E.g A [primary], B and C [secondary], part of always on group.A and B are in same datacenter and C in different datacenter. If my A and B...
View ArticleSeparating a database onto multiple servers
We are working on a product that uses a set of SQL Server databases that are currently all in one instance and on one server. Now that we are growing, we need more processing power/space. So we want to...
View ArticleHow to Undo the Undo Actions of Stand By Option
Hi,Could you Please Elaborate with an Example for doing the "Undo Undo Action " ? For Eg : I have Database "DemoDB" Which i Restored in Target Server With StandBy Option by specifying a file path to...
View Articlebackup chain broken
Environment: SQL Server 2008 R2, Windows Server 2008 R2, Native-compressed backups.Objective: After Migration from ServerA to ServerB, I still want to use the name ServerA by the applications. So I...
View ArticleSQL Resource Governer
Is the resource governor intelligent enough to allow us to specify that it should use X for a certain time period and Y for a different time period? For example, with a job that should run overnight,...
View Articlecluster upgrade from 2008 to 2008r2
Dear All,I am facing a tough time in upgrading from 2008 cluster to 2008r2.Initially I have successfully upgraded the shared components on both the nodes, and in second step when I upgraded the passive...
View ArticleDatabase Mirroirng and SharePoint
does the farm need to be shutdown when you establish mirroring. I understand that they would need to restart the farm to change the connections but wondered if you could create the mirrors while the...
View ArticleSql Clustering 101 question....
I have never setup a sql cluster but I have read that simply clustering the underlying Windows nodes (using Windows Clustering) does NOT create a Sql Cluster. Why not? What is "missing" form failover...
View ArticleSQL server 2012 process terminated unexpectedly.
Hello,I have a server that SQL services will not start. I check the event logs and found the below error: Faulting application name: sqlservr.exe, version: 2011.110.3128.0, time stamp: 0x50deadad...
View ArticleHow to Enable AlwaysOn feature using powershell on a Clustered SQL Instance
Is there a way to enable AlwaysOn feature on a Clustered SQL Instance using PowerShellI tried below commands and non seems working Import-Module SQLPSEnable-SqlAlwaysOn -PathEnable-SqlAlwaysOn...
View ArticleBackup - Access Denied - Permission problem I can't fix!
Hi, Another noddy question from me. I'm trying to create a backup of my database, but getting the error 5 (access denied) message. (even in the default backup folder) I know, from reading other posts...
View ArticleEXECUTE permission denied on sp_sqlagent_log_jobhistory when running a...
Hi folks,I have a scheduled maintenance plan and associated jobs in SQL Server 2008 SP2 that have been working but stopped about two months ago. When I run a maintenance task or sql job using any...
View ArticleSteps to follow after recovery from Suspect mode
Hi, Recently , we recovered a MSSQL - database from suspect mode by allowing some data loss. Now its working fine .. But want to know what are the POST recovery steps, that should be followed to...
View ArticleAlwayson Availability groups for a WSFC hosting mutliple SQL FCI's
Hello, I have a question regarding SQL server FCI's and alwayson availability groups. Today I have a customer running a 2 node WSFC hosting 9 different SQL FCI's. Plan is to introduce on this setup SQL...
View ArticleRepair corrupted MDF file for MS SQL 2000
I have got a corrupted mdf which needs to be repaired. Does anyone has got a solution, please.
View Articlesql server 2008 standard edition cluster adding 3rd node
we have a 2 node active passive sql server 2008 r2 cluster. We plan to add a third node on temp basis to the cluster. As one old nodes will be removed. As standard edition of sql support 2 nodes, can...
View ArticleSQL 2012 AlwaysOn cluster IP not moving after failover, causing database to...
SQL Server Cluster Name: SQLDAG01 SQL Server Cluster IP: 10.0.0.50 Cluster Listener IP: 10.0.0.60Node 1 Name: SQL01 Node 1 IP: 10.0.0.51Node 2 Name: SQL02 Node 2 IP: 10.0.0.52Everything is fine when...
View Article