Blog

SQL Server Error Code – 41195 availability group ‘%.*ls’ failed to pro

In this blog post, you’ll learn more about the SQL Server Error Code 41195 and the error message description that is shown SQL Server Error Code 41195 SQL Server Error Description for the Code :41195 Availability group ‘%.*ls’ failed to process the WSFC lease-renewal command. The local availability replica lease is no longer valid to process the lease renewal command. Availability replica lease expired. This…

InterSystems IRIS General Error Code – 9304

In this post, you’ll learn about the General error code 9304 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 9304 Reason for the Error code 9304 in InterSystems IRIS DBMS Invalid transaction state transition: %1 to %2

How to read a connection string from web.config file in ASP.NET ?

Assume that you have a connectionstring configured in the web.config file of your ASP.NET application and you wish to read it using C# within your application. How to read a connection string from web.config file in ASP.NET ? You can easily do that using the ConfigurationManager class defined in the System.Configuration namespace. 1. Ensure that the System.Configuration assembly is referenced in your project. 2. Add…

SQL Server 2014 Tutorial – Personalize SQL Management Studio

Problem Statement You need to personalize SQL Server Management Studio. Solution There are various personalization options available for the SQL Server users in the SQL Management Studio. For example, if you want the Object explorer to be place on a different position instead of showing it in the left side of the SSMS, you can just move it by clicking it on the title bar…