Log shipping for SQL Server
The steps describe how to perform log shipping using GUI.1. Assume machine on which log shipping is performed as primary. PRIMARY = //MACHINE-NAME/ (or) //IP-ADDRESS/ PRIMARY = SECONDARY but it...
View ArticleSQL Server Replication
Replicating a database In order to create replication for a database, create a new publication as shown in the figure.Create publication on the publisher server.Create subscription on either subscriber...
View ArticleSetting up Always On Availability group on SQL Server 2012
Note: User is expected to have basic knowledge of Always On Availability groups.Pre-requisites :- Setting up Windows Server Failover Cluster (WSFC)Installation of Windows Server edition (2008 R2 or...
View ArticleRe-initialization with Log Sequence Numbering (LSN) for SQL Server Failover...
Log Squence Numbering (LSN) : Every record in the SQL Server transaction log is uniquely identified by a log sequence number (LSN). LSNs are ordered such that if LSN2 is greater than LSN1, the change...
View ArticleLog shipping for SQL Server
The steps describe how to perform log shipping using GUI. 1. Assume machine on which log shipping is performed as primary. PRIMARY = //MACHINE-NAME/ (or) //IP-ADDRESS/ PRIMARY = SECONDARY but...
View ArticleSQL Server Replication
Replicating a database In order to create replication for a database, create a new publication as shown in the figure. Create publication on the publisher server. Create subscription on either...
View ArticleSetting up Always On Availability group on SQL Server 2012
Note: User is expected to have basic knowledge of Always On Availability groups. Pre-requisites :- Setting up Windows Server Failover Cluster (WSFC) Installation of Windows Server edition (2008 R2 or...
View ArticleRe-initialization with Log Sequence Numbering (LSN) for SQL Server Failover...
Log Squence Numbering (LSN) : Every record in the SQL Server transaction log is uniquely identified by a log sequence number (LSN). LSNs are ordered such that if LSN2 is greater than LSN1, the change...
View ArticleLogger for performance testing
How to do it: 1. Create 2 tables [DataLog] and [ExceptionLog] 2. Create the coded UI project that does coded UI based clicks 3. Include the logger code [.cs file] 4. Include the connection strings in...
View Article