Skip to content

SuperOffice/devnet-database-mirroring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A repository containing a sample database mirroring project.

This project is a sample based on the article from the docs site Getting Started With Database Mirroring.

Database mirroring will not replicate all tables. The service skips unnecessary tables containing only configuration and/or sensitive information. A complete list of skipped tables is discussed in the article mentioned above.

To include more tables to skip, the table names must be added to a SkipTable user preference. To read more about that, please read the skip mirroring tables article.

Requirements

Configuration

Name Value
SoAppId ApplicationID / ClientId
SoFederationGateway SuperID login URL
SuperIdCertificate Thumbprint of certificate (different per environment)
MirrorDatabaseName Name of destination database
ConnectionBase Database connection string
PrivateKeyFile Filename containing applications private XML RSA key
EnableLogging Determines if a log file is written to the Temp dir.

Questions should be asked on the community developer forums.

Any bugs or issues observed should be added here under the issues tab.