Get the SQL Server Name of BizTalk in C#
Sometimes, you might need to get the SQL Server Name of the SQL Server where the BizTalkMgmtDB The C# code below, uses the registry to get that server name, and also builds a connection screen to some database on that server (where you pass the Database Name as a parameter). MgmtDBServer (in the rk.GetValue below), […]