Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Saturday, September 16, 2006 - Posts

Do you have problems with users who cannot use Forgot Password option?

Here's a scenario. We use Email address as user name in ASP.NET 2.0 Membership provider. There were several places where we used to create user accounts using this: Membership.CreateUser( email, password ); We did not notice what it was doing. After

Large log file can bring SQL Server down when transaction log shipping runs

We were having very poor performance when we turned on transaction log shipping on our SQL Server. We are using SQL Server 2005. The transaction log file was around 30 GB because the database was in Full Recovery mode. The server became very slow, every

How to setup SQL Server 2005 Transaction Log Ship on large database that really works

I tried a lot of combinations in my life in order to find out an effective method for implementing Transaction Log Shipping between servers which are in a workgroup, not under domain. I realized the things you learn from article and books are for small

How to setup SQL Server 2005 Transaction Log shipping on large database

  I tried a lot of combinations in my life in order to find out an effective method for implementing Transaction Log Shipping between servers which are in a workgroup, not under domain. I realized the things you learn from article and books are